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