Skip to content

Instantly share code, notes, and snippets.

@rowanwins
Created April 2, 2020 10:42
Show Gist options
  • Save rowanwins/4d1af745c2234e06eb8a9694fee06e52 to your computer and use it in GitHub Desktop.
Save rowanwins/4d1af745c2234e06eb8a9694fee06e52 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": [
[
[
40.262146,
70.121228
],
[
3.740845,
46.840468
],
[
66.29837,
35.779943
],
[
40.262146,
70.121228
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment