Skip to content

Commit 1c26a55

Browse files
committed
311 Metadata
1 parent f129539 commit 1c26a55

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

data/inventory.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,12 @@
302302
{
303303
"layerID": "columbus311",
304304
"isSimpleLayer": "TRUE",
305-
"layerType": "T",
305+
"layerType": "S",
306306
"extentType": 2,
307307
"dataType": 3,
308308
"featureType": 3,
309309
"dataGettingType": "esri.feature",
310-
"domainHead": "gismaps.osu.edu",
310+
"domainHead": "maps2.columbus.gov",
311311
"typeOfSource": "Mapserver",
312312
"URL": "http://maps2.columbus.gov/arcgis/rest/services/Applications/ServiceRequests/MapServer",
313313
"color": null,

script/buttons.js

+20-20
Original file line numberDiff line numberDiff line change
@@ -410,54 +410,54 @@ function tutorialHandle() {
410410
switch (zz) {
411411
case 0:
412412
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";
414414
break;
415415
case 1:
416-
item = "accordion1"
417-
intro = "The left sidebar is the map controls."
416+
item = "accordion1";
417+
intro = "The left sidebar is the map controls.";
418418
break;
419419
case 2:
420420
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.";
422422
break;
423423
case 3:
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.";
426426
break;
427427
case 4:
428-
item = "layer-setting"
428+
item = "layer-setting";
429429
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."
430430
break;
431431
case 5:
432-
item = "layer-sorting"
432+
item = "layer-sorting";
433433
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)."
434434
break;
435435
case 6:
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.";
438438
break;
439439
case 7:
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.";
442442
break;
443443
case 8:
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.";
446446
break;
447447
case 9:
448-
item = "emergency-list-item"
448+
item = "emergency-list-item";
449449
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."
450450
break;
451451
case 10:
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.";
454454
break;
455455
case 11:
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.";
458458
break;
459459
case 12:
460-
item = "emergency-zoomto-btn"
460+
item = "emergency-zoomto-btn";
461461
intro = "Click on the 'Zoomto' button to zoom the map to the extent of the layer."
462462
break;
463463
case 13:

script/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var highlightStyle = {
3434
fillOpacity: 0.7,
3535
radius: 10
3636
};
37-
highlight.addTo(map)
37+
highlight.addTo(map);
3838

3939
var e = null;
4040

0 commit comments

Comments
 (0)