From 19984e11e3bfd793188fd84c621a304330f4a303 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 23 May 2022 07:02:16 +1000 Subject: Display 'compound images' Adjust genLinkedImgs.py to associate multiple images to compound-nodes. Adjust server to send multiple image filenames for such nodes. Adjust Tile and TileInfoModal to display those compound-images. --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index e1da1f2..e26de01 100644 --- a/src/App.vue +++ b/src/App.vue @@ -638,7 +638,8 @@ export default defineComponent({ @search-close="searchOpen = false" @search-node="onSearchNode" @info-icon-click="onInfoIconClick"/> - -- cgit v1.2.3