Skip to content

Instantly share code, notes, and snippets.

@ramiroaznar
Last active July 14, 2016 08:59
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 ramiroaznar/4f5fd72ac77d012c211141077686b382 to your computer and use it in GitHub Desktop.
Save ramiroaznar/4f5fd72ac77d012c211141077686b382 to your computer and use it in GitHub Desktop.
GeoJSON Polygon Sample
{
"type": "Polygon",
"coordinates": [
[
[
-60.1171875,
54.16243396806781
],
[
5.9765625,
70.0205873017406
],
[
41.484375,
49.15296965617039
],
[
11.25,
1.0546279422758869
],
[
-60.1171875,
54.16243396806781
]
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment