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