Download outline map of Svalov (geojson format) :
Svalov.geojson (**)
Download polygon array of Svalov map for "Google Maps" :
Svalov.txt
Bounding Box for Svalov Map : ( 55.828835 , 12.94398 , 56.088562 , 13.339781 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Svalov map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](55.828835, 12.94398, 56.088562, 13.339781);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Svalov)
[out:json];
(
rel["name"="Svalov"][type=boundary];
rel["name:en"="Svalov"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Svalov 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.