Skip to content

Instantly share code, notes, and snippets.

@lillianpetersen
Last active January 8, 2018 03:35
Show Gist options
  • Save lillianpetersen/9e777be072be0cb887cdd53745ba4793 to your computer and use it in GitHub Desktop.
Save lillianpetersen/9e777be072be0cb887cdd53745ba4793 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": [
[
[
[-6.36092711195196, 33.28869264850151],
[-3.729139665144488, 33.204855872924426],
[-3.588989310037917, 35.411584578607645],
[-6.290445361722753, 35.50261792913717]
],
[
[-6.326647385733868, 34.39577144039531],
[-4.992373241170602, 34.359309205974526],
[-4.938202981643124, 35.46463407984817],
[-6.290445361722753, 35.50261792913717]
],
[
[-6.326647385733868, 34.39577144039531],
[-5.659210596589637, 34.37935453712392],
[-5.636917125997932, 34.932466759172776],
[-6.308793092444975, 34.94922403990319]
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment