Skip to content

Instantly share code, notes, and snippets.

@prl900
Created November 6, 2019 04:47
Show Gist options
  • Save prl900/efeeec928b4aa8882e5ca5fbd41aabef to your computer and use it in GitHub Desktop.
Save prl900/efeeec928b4aa8882e5ca5fbd41aabef 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": "Polygon",
"coordinates": [
[
[
135.4,
-32.5
],
[
135.5,
-32.5
],
[
135.5,
-32.6
],
[
135.4,
-32.6
],
[
135.4,
-32.5
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment