Created
June 13, 2025 17:12
-
-
Save Shuon777/2bdfcf9a592f5259388e781f9bf90d47 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": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
102.7935777, | |
51.5753635 | |
], | |
[ | |
102.848508, | |
51.3151655 | |
], | |
[ | |
103.007807, | |
51.1552351 | |
], | |
[ | |
103.5351508, | |
50.9964752 | |
], | |
[ | |
104.1393988, | |
50.9861024 | |
], | |
[ | |
105.216059, | |
51.1104234 | |
], | |
[ | |
106.1608832, | |
51.113872 | |
], | |
[ | |
106.4465277, | |
51.3717838 | |
], | |
[ | |
106.8640082, | |
51.6316608 | |
], | |
[ | |
107.0507758, | |
51.7746417 | |
], | |
[ | |
107.4298041, | |
51.8934474 | |
], | |
[ | |
107.3968451, | |
52.0963858 | |
], | |
[ | |
107.1826117, | |
52.072757 | |
], | |
[ | |
106.6937201, | |
51.967965 | |
], | |
[ | |
106.4190619, | |
51.9341087 | |
], | |
[ | |
105.9905951, | |
51.7168229 | |
], | |
[ | |
105.485224, | |
51.5839 | |
], | |
[ | |
105.1226752, | |
51.5155832 | |
], | |
[ | |
104.8699897, | |
51.436892 | |
], | |
[ | |
104.6324103, | |
51.3897835 | |
], | |
[ | |
104.4772325, | |
51.3752103 | |
], | |
[ | |
104.4181769, | |
51.4000659 | |
], | |
[ | |
104.4030748, | |
51.4505846 | |
], | |
[ | |
104.3714891, | |
51.4694088 | |
], | |
[ | |
104.3234239, | |
51.478818 | |
], | |
[ | |
104.243773, | |
51.4813838 | |
], | |
[ | |
104.0570055, | |
51.5181444 | |
], | |
[ | |
103.9279161, | |
51.5890171 | |
], | |
[ | |
103.852648, | |
51.6064268 | |
], | |
[ | |
103.7988226, | |
51.6188727 | |
], | |
[ | |
103.6848436, | |
51.6631868 | |
], | |
[ | |
103.6408983, | |
51.7193727 | |
], | |
[ | |
103.5681097, | |
51.7100158 | |
], | |
[ | |
103.3209174, | |
51.7032077 | |
], | |
[ | |
102.9994005, | |
51.7053502 | |
], | |
[ | |
102.8100531, | |
51.7066119 | |
], | |
[ | |
102.7935777, | |
51.5753635 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment