From 43cda4b9f5d66c8efd0fb73f1f2a47000f60b4ad Mon Sep 17 00:00:00 2001 From: Mike Lister Date: Mon, 21 Jul 2025 15:47:06 +0100 Subject: [PATCH] Update wrapper description text --- src/wrappers/components/data-vis/map/MapWrapper.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/wrappers/components/data-vis/map/MapWrapper.svelte b/src/wrappers/components/data-vis/map/MapWrapper.svelte index 0b851e2c..2b522476 100644 --- a/src/wrappers/components/data-vis/map/MapWrapper.svelte +++ b/src/wrappers/components/data-vis/map/MapWrapper.svelte @@ -46,10 +46,12 @@ * ? You can add other categories to the detailsArray or, if you need a more flexible solution, edit the WrapperInformation snippet directly. * */ - let descriptionArray = ["Map for visualising geographic data."]; + let descriptionArray = [ + "Map for visualising geographic data. The component can handle geoJson, topoJson or vector tile sources.", + ]; let contextArray = [ - "Explain here the different contexts in which the component should be used.", + "This map can be used for locating an area, as well as for data visualisation. Use with caution, as a map isn't always the best way of displaying geographically distributed data.", ]; let detailsArray = [