Skip to content

Instantly share code, notes, and snippets.

@lillianpetersen
Last active February 6, 2018 05:29
Show Gist options
  • Save lillianpetersen/3af81a05c978f4acfce52f4348a7e401 to your computer and use it in GitHub Desktop.
Save lillianpetersen/3af81a05c978f4acfce52f4348a7e401 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": [
[
[
[36.777035541976645, 6.665094174525497],
[39.0, 6.670101665792522],
[39.0, 8.89315747890942],
[36.7653058152326, 8.886458313039585]
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment