We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0045ecd commit d38b78cCopy full SHA for d38b78c
map-with-custom-map-settings-ui-control/demo.js
@@ -1,5 +1,5 @@
1
/**
2
- * Boilerplate map initialization code starts below:
+ * Create a layer showing GeoJSON data on the map.
3
*/
4
function getGeoJSONLayer () {
5
// Create GeoJSON reader which will download the specified file.
@@ -26,6 +26,10 @@ function getGeoJSONLayer () {
26
return reader.getLayer();
27
}
28
29
+/**
30
+ * Boilerplate map initialization code starts below:
31
+ */
32
+
33
// Step 1: initialize communication with the platform
34
// In your own code, replace variable window.apikey with your own apikey
35
0 commit comments