Skip to content

Instantly share code, notes, and snippets.

@andrewharvey
Created March 9, 2018 00:09
Show Gist options
  • Save andrewharvey/ee7d9b91c182dce34f96d0dbcd19bb29 to your computer and use it in GitHub Desktop.
Save andrewharvey/ee7d9b91c182dce34f96d0dbcd19bb29 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
180,
90
],
[
-180,
90
],
[
-180,
-90
],
[
180,
-90
],
[
180,
90
]
],
[
[
-120,
60
],
[
120,
60
],
[
120,
-30
],
[
60,
-30
],
[
60,
-60
],
[
-120,
-60
],
[
-120,
60
]
],
[
[
-60,
30
],
[
60,
30
],
[
60,
-30
],
[
-60,
-30
],
[
-60,
30
]
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment