Created
June 15, 2025 09:39
-
-
Save Shuon777/415dec468e0435065a88bda8ac20925f to your computer and use it in GitHub Desktop.
GeoJSON for шаман-камень
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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