Skip to content

Instantly share code, notes, and snippets.

@rowanwins
Created September 17, 2020 04:25
Show Gist options
  • Save rowanwins/55c2dac6e4c02d95cace3b70a8abffda to your computer and use it in GitHub Desktop.
Save rowanwins/55c2dac6e4c02d95cace3b70a8abffda to your computer and use it in GitHub Desktop.
GeoJson saved from geojson-editor
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
8.352871,
-4.581901
],
[
55.880334,
-4.581901
],
[
55.880334,
35.972449
],
[
8.352871,
35.972449
],
[
8.352871,
-4.581901
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment