Skip to content

Instantly share code, notes, and snippets.

@dnomadb
Created December 11, 2014 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnomadb/018f692d1eed27e22ebf to your computer and use it in GitHub Desktop.
Save dnomadb/018f692d1eed27e22ebf 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": [
[
[
-180,
-90.25
],
[
-180,
90.25
],
[
180,
90.25
],
[
180,
-90.25
],
[
-180,
-90.25
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment