Skip to content

Instantly share code, notes, and snippets.

@lillianpetersen
Created June 30, 2017 18:23
Show Gist options
  • Save lillianpetersen/89b78cfb171154588791e0a8b993fa48 to your computer and use it in GitHub Desktop.
Save lillianpetersen/89b78cfb171154588791e0a8b993fa48 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"groupName": "enterGroupName",
"features": [
{
"type": "Feature",
"properties": {
"name": "Land Coverage",
"tags": "",
"object": "region",
"component": "natural_earth",
"author": "http://www.naturalearthdata.com/"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-157.5,
71.35
],
[
-155.5,
71.35
],
[
-155.5,
72.35
],
[
-157.5,
72.35
]
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment