Skip to content

Instantly share code, notes, and snippets.

@glostis
Created December 10, 2019 14:11
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 glostis/e6a6bab1f114cc99222a98d3bc10f419 to your computer and use it in GitHub Desktop.
Save glostis/e6a6bab1f114cc99222a98d3bc10f419 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": "MultiPolygon",
"coordinates": [
[[[102, 2], [103, 2], [103, 3], [102, 3], [102, 2]]],
[
[[100, 0], [101, 0], [101, 1], [100, 1], [100, 0]],
[[100.2, 0.2], [100.8, 0.2], [100.8, 0.8], [100.2, 0.8], [100.2, 0.2]]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment