Smolensk (Russia) Map Cropping Samples
Smolensk (Russia) Map Cropping Samples-1
Smolensk (Russia) Map Cropping Samples-2
Download outline map of Smolensk (geojson format) :
Smolensk.geojson (**)
Download polygon array of Smolensk map for "Google Maps" :
Smolensk.txt
Bounding Box for Smolensk Map : ( 53.413692 , 30.748675 , 56.070364 , 35.395186 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Smolensk map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](53.413692, 30.748675, 56.070364, 35.395186);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Smolensk)
[out:json];
(
rel["name"="Smolensk"][type=boundary];
rel["name:en"="Smolensk"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Smolensk in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.