Skip to content

Instantly share code, notes, and snippets.

@DomDomHaas
Last active March 23, 2023 13:28
Show Gist options
  • Save DomDomHaas/48b598cfc78b7bcd9eb8259cc1018ec0 to your computer and use it in GitHub Desktop.
Save DomDomHaas/48b598cfc78b7bcd9eb8259cc1018ec0 to your computer and use it in GitHub Desktop.
extent.geojson
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"name": "Extent",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[2485450, 1075250],
[2485450, 1295950],
[2833850, 1295950],
[2833850, 1075250],
[2485450, 1075250]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment