Skip to content

Instantly share code, notes, and snippets.

@prl900
Created November 6, 2019 04:27
Show Gist options
  • Save prl900/8caa72e248df31efe0efaecdcdef6d36 to your computer and use it in GitHub Desktop.
Save prl900/8caa72e248df31efe0efaecdcdef6d36 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": [
[
[
145.35,
-16.2
],
[
145.45,
-16.2
],
[
145.45,
-16.3
],
[
145.35,
-16.3
],
[
145.35,
-16.2
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment