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