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