Skip to content

Instantly share code, notes, and snippets.

@alexbnlee
Created November 14, 2019 08:57
Show Gist options
  • Select an option

  • Save alexbnlee/d4cd170f28af7ced8e7fb3700efcfe65 to your computer and use it in GitHub Desktop.

Select an option

Save alexbnlee/d4cd170f28af7ced8e7fb3700efcfe65 to your computer and use it in GitHub Desktop.
Longitude and latitude bounding box around AUS
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
112,
-44
],
[
112,
-9
],
[
154,
-9
],
[
154,
-44
],
[
112,
-44
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment