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