Skip to content

Instantly share code, notes, and snippets.

@daveism
Created February 10, 2016 19:52
Show Gist options
  • Save daveism/fb5c85b91f37916aa312 to your computer and use it in GitHub Desktop.
Save daveism/fb5c85b91f37916aa312 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"id": 1
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-83.38623046875,
35.782170703266075
],
[
-83.47412109375,
35.11990857099681
],
[
-81.9580078125,
35.02999636902566
],
[
-81.80419921875,
35.99578538642032
],
[
-83.38623046875,
35.782170703266075
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment