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
Copy file name to clipboardexpand all lines: script/buttons.js
+20-20
Original file line number
Diff line number
Diff line change
@@ -410,54 +410,54 @@ function tutorialHandle() {
410
410
switch(zz){
411
411
case0:
412
412
item="mapheader";
413
-
intro="Welcome to CURIO Map gallery! Thank you for using CURIO map gallery! Click the title banner to see more detail of the map gallery"
413
+
intro="Welcome to CURIO Map gallery! Thank you for using CURIO map gallery! Click the title banner to see more detail of the map gallery";
414
414
break;
415
415
case1:
416
-
item="accordion1"
417
-
intro="The left sidebar is the map controls."
416
+
item="accordion1";
417
+
intro="The left sidebar is the map controls.";
418
418
break;
419
419
case2:
420
420
item="sidebar-hide-btn";
421
-
intro="You can hide the menu by clicking the button and unfold it by clicking the floating button."
421
+
intro="You can hide the menu by clicking the button and unfold it by clicking the floating button.";
422
422
break;
423
423
case3:
424
-
item="map-adm-title"
425
-
intro="The sidebar contains 3 parts, each of which can be fold and unfold by clicking on the title."
424
+
item="map-adm-title";
425
+
intro="The sidebar contains 3 parts, each of which can be fold and unfold by clicking on the title.";
426
426
break;
427
427
case4:
428
-
item="layer-setting"
428
+
item="layer-setting";
429
429
intro="'Layer Setting' menu has three functions.</br>1. Change the base map </br>2. Uncheck all the layer selected in the Layer Control </br>3. Fold all the panel in the 'Layer Control' list. </br>4. Add more custom Geojson layers."
430
430
break;
431
431
case5:
432
-
item="layer-sorting"
432
+
item="layer-sorting";
433
433
intro="'Layer Sorting' menu also has three sorting functions to sort the layers in the 'Layer Control' list as well as the z-index in the map.</br>1. Alphabetical sorting;</br>2. Categories sorting, which will sort the layers according to Transportation (orange), Social (blue), and Environment (green) category;</br>3. GIS sorting, which will sort the layers based on their geometry dimension as in points (0-dimension) and polylines (1-dimension) and polygons (2-dimension)."
434
434
break;
435
435
case6:
436
-
item="layer-control-panel"
437
-
intro="This panel contains multiple layers to display and overlay."
436
+
item="layer-control-panel";
437
+
intro="This panel contains multiple layers to display and overlay.";
438
438
break;
439
439
case7:
440
-
item="emergency-checkbox"
441
-
intro="For each layer, check/uncheck the checkbox to add/remove the layer to/from the map."
440
+
item="emergency-checkbox";
441
+
intro="For each layer, check/uncheck the checkbox to add/remove the layer to/from the map.";
442
442
break;
443
443
case8:
444
-
item="emergency-metadata"
445
-
intro="And click on the title of each layer to see the metadata."
444
+
item="emergency-metadata";
445
+
intro="And click on the title of each layer to see the metadata.";
446
446
break;
447
447
case9:
448
-
item="emergency-list-item"
448
+
item="emergency-list-item";
449
449
intro="The sequence of the layers in this list is also the sequence of z-index of each layer. Drag the handle to move and change the z-index.<br/><br/>Click on the expanding arrow to see more functions."
450
450
break;
451
451
case10:
452
-
item="emergency-legend-btn"
453
-
intro="Click on the 'Legend' button to expand the legend of this layer. Legend can only be opened after the layer is added to the map."
452
+
item="emergency-legend-btn";
453
+
intro="Click on the 'Legend' button to expand the legend of this layer. Legend can only be opened after the layer is added to the map.";
454
454
break;
455
455
case11:
456
-
item="emergency-upmost-btn"
457
-
intro="Click on the 'Upmost' button to move this layer to the top of the list as well as the z-index will be raised to the top."
456
+
item="emergency-upmost-btn";
457
+
intro="Click on the 'To Top' button to move this layer to the top of the list as well as the z-index will be raised to the top.";
458
458
break;
459
459
case12:
460
-
item="emergency-zoomto-btn"
460
+
item="emergency-zoomto-btn";
461
461
intro="Click on the 'Zoomto' button to zoom the map to the extent of the layer."
0 commit comments