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