Download outline map of Raska (geojson format) :
Raska.geojson (**)
Download polygon array of Raska map for "Google Maps" :
Raska.txt
Bounding Box for Raska Map : ( 42.832557 , 20.063936 , 43.881379 , 20.96724 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Raska map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](42.832557, 20.063936, 43.881379, 20.96724);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Raska)
[out:json];
(
rel["name"="Raški upravni okrug"][type=boundary];
rel["name:en"="Raški 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 Raska 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.