Skip to content

Commit d38b78c

Browse files
authored
Minor improvement in the comment for the MapSettings UI control example (#164)
1 parent 0045ecd commit d38b78c

File tree

1 file changed

+5
-1
lines changed
  • map-with-custom-map-settings-ui-control

1 file changed

+5
-1
lines changed

map-with-custom-map-settings-ui-control/demo.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Boilerplate map initialization code starts below:
2+
* Create a layer showing GeoJSON data on the map.
33
*/
44
function getGeoJSONLayer () {
55
// Create GeoJSON reader which will download the specified file.
@@ -26,6 +26,10 @@ function getGeoJSONLayer () {
2626
return reader.getLayer();
2727
}
2828

29+
/**
30+
* Boilerplate map initialization code starts below:
31+
*/
32+
2933
// Step 1: initialize communication with the platform
3034
// In your own code, replace variable window.apikey with your own apikey
3135

0 commit comments

Comments
 (0)