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