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