Skip to content

Instantly share code, notes, and snippets.

@datadavev
Last active June 9, 2025 14:01
Show Gist options
  • Save datadavev/30d0873f21a6082822ec3d78d0c4a565 to your computer and use it in GitHub Desktop.
Save datadavev/30d0873f21a6082822ec3d78d0c4a565 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "MultiPolygon",
"coordinates": [
[
[
[180.0, 40.0], [180.0, 50.0], [170.0, 50.0],
[170.0, 40.0], [180.0, 40.0]
]
],
[
[
[-170.0, 40.0], [-170.0, 50.0], [-180.0, 50.0],
[-180.0, 40.0], [-170.0, 40.0]
]
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment