From 045a63fe495ec0aa87c17e4736ed4d81d2aa0b15 Mon Sep 17 00:00:00 2001 From: David Stone Date: Mon, 13 Apr 2026 13:12:04 +0100 Subject: [PATCH 1/2] Update geospatial map info panel content --- src/client/javascripts/geospatial-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/javascripts/geospatial-map.js b/src/client/javascripts/geospatial-map.js index 73318d618..255c791d1 100644 --- a/src/client/javascripts/geospatial-map.js +++ b/src/client/javascripts/geospatial-map.js @@ -29,7 +29,7 @@ const helpPanelConfig = { dismissible: true, modal: false }, - html: '

You can add points, shapes or lines to the map.

' + html: '

You can add points, shapes or lines to the map.

' } const lineFeatureProperties = { From e5985059653d1340db7d70e5a46ba60a4c530444 Mon Sep 17 00:00:00 2001 From: David Stone Date: Mon, 13 Apr 2026 13:44:16 +0100 Subject: [PATCH 2/2] Update geospatial map info panel content --- src/client/javascripts/geospatial-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/javascripts/geospatial-map.js b/src/client/javascripts/geospatial-map.js index 255c791d1..fe5d7b819 100644 --- a/src/client/javascripts/geospatial-map.js +++ b/src/client/javascripts/geospatial-map.js @@ -29,7 +29,7 @@ const helpPanelConfig = { dismissible: true, modal: false }, - html: '

You can add points, shapes or lines to the map.

' + html: '

You can add points, shapes or lines to the map.

' } const lineFeatureProperties = {