Arad (Romania) Map Cropping Samples
Arad (Romania) Map Cropping Samples-1
Arad (Romania) Map Cropping Samples-2
Arad and counties map with 3D shadow effect
flag map of Arad with 3D shadow effect
Download outline map of Arad (geojson format) :
Arad.geojson (**)
Download polygon array of Arad map for "Google Maps" :
Arad.txt
Bounding Box for Arad Map : ( 45.901904 , 20.70656 , 46.680913 , 22.748717 )
ISO-3166 CODE for Arad : RO-AR
Get Boundaries from overpass-turbo (OSM) with boundary box of Arad map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](45.901904, 20.70656, 46.680913, 22.748717);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Arad)
[out:json];
(
rel["name"="Arad"][type=boundary];
rel["name:en"="Arad"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Arad 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.