Skip to content

Instantly share code, notes, and snippets.

@derekblank
Created September 29, 2025 00:55
Show Gist options
  • Select an option

  • Save derekblank/3fca8be084ec272dd7a13d7e6377df25 to your computer and use it in GitHub Desktop.

Select an option

Save derekblank/3fca8be084ec272dd7a13d7e6377df25 to your computer and use it in GitHub Desktop.
Mission Beach Planning and Mapping Project Area
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"name": "MissionBeachPlanningAndMapping",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": 1, "area": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 146.104278922101088, -17.778759405309675 ], [ 146.076570399023723, -17.763845387961982 ], [ 145.98179921864326, -17.783730467867105 ], [ 145.950878113180067, -17.861719771740017 ], [ 146.003885722545476, -17.884651300505148 ], [ 146.006696732133008, -17.911783117214444 ], [ 145.981397645845021, -17.91292944061702 ], [ 145.941240366022782, -17.923628101497798 ], [ 145.937224638040561, -17.960686321130062 ], [ 145.962925297126787, -17.977111707436574 ], [ 146.035609973605062, -17.979785462969406 ], [ 146.038420983192594, -18.009194100216607 ], [ 146.075767253427273, -18.009957895579028 ], [ 146.111105659670841, -17.974819884755533 ], [ 146.125963853205093, -17.856368655951457 ], [ 146.104278922101088, -17.778759405309675 ] ] ] ] } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment