Skip to content

Commit 88a90ab

Browse files
Update geospatial map info panel content (#362)
* Update geospatial map info panel content * Update geospatial map info panel content
1 parent 980dcc6 commit 88a90ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/javascripts/geospatial-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const helpPanelConfig = {
2929
dismissible: true,
3030
modal: false
3131
},
32-
html: '<p class="govuk-body-s govuk-!-margin-bottom-2">You can add points, shapes or lines to the map.</p><ul class="govuk-list govuk-list--number govuk-body-s"><li>Search for a county, place or postcode</li><li>Use the + and - icons to zoom in and out</li><li>Add a point or click \'Done\' when you have finished drawing a line or shape</li><li>Give the location a name</li></ul>'
32+
html: '<p class="govuk-body-s govuk-!-margin-bottom-2">You can add points, shapes or lines to the map.</p><ul class="govuk-list govuk-list--number govuk-body-s"><li>Search for a county, place or postcode</li><li>Use the + and - icons to zoom in and out</li><li>Double‑click, or select \'Done\', when you have finished drawing a line or shape</li><li>Give the location a name</li></ul>'
3333
}
3434

3535
const lineFeatureProperties = {

0 commit comments

Comments
 (0)