Skip to content

Instantly share code, notes, and snippets.

@natchiketa
Created August 26, 2014 15:05
Show Gist options
  • Save natchiketa/b4ba90c600c8ec25441a to your computer and use it in GitHub Desktop.
Save natchiketa/b4ba90c600c8ec25441a to your computer and use it in GitHub Desktop.
Some polygon in GeoJSON format
{
"type": "MultiPolygon",
"coordinates": [
[
[
[
-9391674.191839194,
3998993.2908226354
],
[
-9391638.102060277,
3999000.7772947825
],
[
-9391637.189240452,
3998996.3711236417
],
[
-9391584.401537918,
3999007.3262878405
],
[
-9391543.580680646,
3998810.643843962
],
[
-9391632.447030146,
3998792.189134278
],
[
-9391674.191839194,
3998993.2908226354
]
]
]
],
"bbox": [
-9391674.191839194,
3998792.189134278,
-9391543.580680646,
3999007.3262878405
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment