Skip to content

Instantly share code, notes, and snippets.

@lillianpetersen
Created December 23, 2017 03:30
Show Gist options
  • Save lillianpetersen/8233016abed3a1eed0a0dee07539cdc9 to your computer and use it in GitHub Desktop.
Save lillianpetersen/8233016abed3a1eed0a0dee07539cdc9 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": [
[
[
[-84.61415705767553, 41.32227845829797],
[-84.52247459234974, 41.32034042728004],
[-84.51985091428935, 41.38945455512662],
[-84.61163024129222, 41.391397274486074]
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment