Vladimir (Russia) Map Cropping Samples

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

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

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

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

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

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

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


Share this page