Skip to content

Instantly share code, notes, and snippets.

@lillianpetersen
Last active December 23, 2017 03:29
Show Gist options
  • Save lillianpetersen/507a24be42a64c999ab470aeff952143 to your computer and use it in GitHub Desktop.
Save lillianpetersen/507a24be42a64c999ab470aeff952143 to your computer and use it in GitHub Desktop.
{
"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.830086263085065, 6.439697635729217],
[37.940885494549995, 6.443211314811406],
[37.9383767250734, 7.554587548348187],
[36.82495005294631, 7.550461507651938]
],
[
[35,10],
[35,5],
[40,5],
[40,10]
],
[
[37.90366104717254, 7.519772269094904],
[39.017403292467684, 7.521142027367109],
[39.01745095576561, 8.632655175613515],
[37.90065918258472, 8.631080206058977]
]
]
]
}
}
]
}
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.830086263085065, 6.439697635729217],
[37.940885494549995, 6.443211314811406],
[37.9383767250734, 7.554587548348187],
[36.82495005294631, 7.550461507651938]
],
[
[35,10],
[35,5],
[40,5],
[40,10]
],
[
[37.90366104717254, 7.519772269094904],
[39.017403292467684, 7.521142027367109],
[39.01745095576561, 8.632655175613515],
[37.90065918258472, 8.631080206058977]
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment