You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<br>Isochrone is a very powerful tool to estimate contours by certain time or distance by selected transport option. It can be used for some SDG indicator such as "Water access within 30 minute round trip".
You can pan to selected feature by clicking the above button.
247
+
</div>`,
248
+
target: '.maplibregl-ctrl-attribute-table',
249
+
order: 3
250
+
},
251
+
{
252
+
title: 'Sharing tool',
253
+
content:
254
+
'This button enables you to copy and share URL of current map with your colleagues.',
255
+
target: '.maplibregl-ctrl-share',
256
+
order: 4
257
+
},
258
+
{
259
+
title: 'Query tool',
260
+
content: `This button enables you to query details information of selected features on the map. If the tool is enabled, you can click the feature on the map to enquiry details information.`,
261
+
target: '.maplibregl-ctrl-identify',
262
+
order: 5
263
+
},
264
+
{
265
+
title: 'Export tool',
266
+
content: `This button enables you to export images with your preferences.<br>You can choose file size, image format (png, jpeg, pdf and svg), and DPI resolution, orientation of the exported image`,
267
+
target: '.maplibregl-ctrl-export',
268
+
order: 6
269
+
},
270
+
{
271
+
title: 'Search features',
272
+
content: `You can search features by typing keywords from the searching box.`,
273
+
target: '.maplibregl-ctrl-geocoder',
274
+
order: 7
275
+
},
276
+
{
277
+
title: 'Area switching tool',
278
+
content: `You can switch the map to the selected area instantly.`,
279
+
target: '.maplibregl-area-switcher',
280
+
order: 8
281
+
},
282
+
{
283
+
title: 'Terrain tool',
284
+
content: `If this is enabled, 3D terrain landscape will be shown. In order to use this, you can tilt the map by holding right-click (mouse) or two fingers (smartphone or tablet)`,
285
+
target: '.maplibregl-ctrl-terrain',
286
+
order: 9
287
+
},
288
+
{
289
+
title: 'GNSS positioning tool',
290
+
content: `GNSS positioning your current location is available by clicking this button.`,
0 commit comments