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