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