Skip to content

Instantly share code, notes, and snippets.

@sjudeng
Created January 28, 2020 15:12
Show Gist options
  • Save sjudeng/61dff6c82a37d17e118010424f429068 to your computer and use it in GitHub Desktop.
Save sjudeng/61dff6c82a37d17e118010424f429068 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "GeometryCollection",
"geometries": [
{
"type": "MultiPolygon",
"coordinates": [
[
[
[
100.5,
1.0
],
[
101.0,
1.0
],
[
100.0,
0.0
],
[
100.5,
1.0
]
]
],
[
[
[
101.0,
1.0
],
[
101.0,
0.0
],
[
100.5,
0.0
],
[
101.0,
1.0
]
]
]
]
},
{
"type": "LineString",
"coordinates": [
[
100.0,
1.0
],
[
100.5,
1.0
]
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment