Ulyanovsk (Russia) Map Cropping Samples
Ulyanovsk (Russia) Map Cropping Samples-1
Ulyanovsk (Russia) Map Cropping Samples-2
Ulyanovsk and counties map with 3D shadow effect
flag map of Ulyanovsk with 3D shadow effect
Download outline map of Ulyanovsk (geojson format) :
Ulyanovsk.geojson (**)
Download polygon array of Ulyanovsk map for "Google Maps" :
Ulyanovsk.txt
Bounding Box for Ulyanovsk Map : ( 52.533216 , 45.798194 , 54.891472 , 50.242595 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Ulyanovsk map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](52.533216, 45.798194, 54.891472, 50.242595);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ulyanovsk)
[out:json];
(
rel["name"="Ulyanovsk"][type=boundary];
rel["name:en"="Ulyanovsk"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Ulyanovsk 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.