Download outline map of Chelyabinsk (geojson format) :
Chelyabinsk.geojson (**)
Download polygon array of Chelyabinsk map for "Google Maps" :
Chelyabinsk.txt
Bounding Box for Chelyabinsk Map : ( 51.990638 , 57.132103 , 56.366419 , 63.359419 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Chelyabinsk map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](51.990638, 57.132103, 56.366419, 63.359419);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chelyabinsk)
[out:json];
(
rel["name"="Chelyabinsk"][type=boundary];
rel["name:en"="Chelyabinsk"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Chelyabinsk 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.