Skip to content

Instantly share code, notes, and snippets.

@napo

napo/map.geojson Secret

Created October 2, 2021 17:33
Show Gist options
  • Save napo/b1d3b879bd0a93cbd3ae06be462bc873 to your computer and use it in GitHub Desktop.
Save napo/b1d3b879bd0a93cbd3ae06be462bc873 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
11.83795321642342,
46.24791646918379
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
11.494028756328694,
46.0723488103146
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment