Skip to content

Instantly share code, notes, and snippets.

@prl900
Created November 6, 2019 04:35
Show Gist options
  • Save prl900/3d0819d000f94b96b28b9ef197f730f2 to your computer and use it in GitHub Desktop.
Save prl900/3d0819d000f94b96b28b9ef197f730f2 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": [
[
[
130.7,
-25.25
],
[
130.8,
-25.25
],
[
130.8,
-25.35
],
[
130.7,
-25.35
],
[
130.7,
-25.25
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment