Sverdlovsk (Russia) Map Cropping Samples

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

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

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

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

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

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

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


Share this page