Kirov (Russia) Map Cropping Samples

Kirov (Russia) Map Cropping Samples-1
Kirov (Russia) Map Cropping Samples-1

Kirov (Russia) Map Cropping Samples-2
Kirov (Russia) Map Cropping Samples-2

Download outline map of Kirov (geojson format) : Kirov.geojson (**)
Download polygon array of Kirov map for "Google Maps" : Kirov.txt
Bounding Box for Kirov Map : ( 56.061941 , 46.263448 , 61.070326 , 53.928268 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Kirov map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](56.061941, 46.263448, 61.070326, 53.928268);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Kirov)
[out:json];
(
rel["name"="Kirov"][type=boundary];
rel["name:en"="Kirov"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Notes:
- You can download geometry data for Kirov 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.

Create Kirov counties and neighborhoods map.


Share this page