Kaliningrad (Russia) Map Cropping Samples

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

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

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

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

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

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

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


Share this page