Skip to content

Instantly share code, notes, and snippets.

@jkeefe
Created January 18, 2022 13:27
Show Gist options
  • Save jkeefe/d429e9a0e21d71eae21b3418e901b2b6 to your computer and use it in GitHub Desktop.
Save jkeefe/d429e9a0e21d71eae21b3418e901b2b6 to your computer and use it in GitHub Desktop.
Most basic geojson file, plotting a rectangle
Display the source blob
Display the rendered blob
Raw
{
"geometry": {
"coordinates": [
[
[
17.76069212,
59.22761885
],
[
17.76069212,
59.44007814
],
[
18.20001876,
59.44007814
],
[
18.20001876,
59.22761885
],
[
17.76069212,
59.22761885
]
]
],
"type": "Polygon"
},
"type": "Feature",
"properties": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment