Skip to content

Instantly share code, notes, and snippets.

@Shuon777
Created June 15, 2025 09:39
Show Gist options
  • Save Shuon777/415dec468e0435065a88bda8ac20925f to your computer and use it in GitHub Desktop.
Save Shuon777/415dec468e0435065a88bda8ac20925f to your computer and use it in GitHub Desktop.
GeoJSON for шаман-камень
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "шаман-камень"
},
"geometry": {
"type": "Point",
"coordinates": [
104.820803,
51.871847
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment