Kostroma (Russia) Map Cropping Samples

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

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

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

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

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

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

Notes:
- You can download geometry data for Kostroma 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 Kostroma counties and neighborhoods map.


Share this page