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