Skip to content

Instantly share code, notes, and snippets.

@tbuckl
Created March 28, 2018 00:29
Show Gist options
  • Save tbuckl/14b07e049cf8c72d6fabef996de7cbde to your computer and use it in GitHub Desktop.
Save tbuckl/14b07e049cf8c72d6fabef996de7cbde to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-122.3004913330078,
37.803748566132015
],
[
-122.25495815277098,
37.803748566132015
],
[
-122.25495815277098,
37.835818618104156
],
[
-122.3004913330078,
37.835818618104156
],
[
-122.3004913330078,
37.803748566132015
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment