Taiwan (Taiwan) Map Cropping Samples

Taiwan (Taiwan) Map Cropping Samples-1
Taiwan (Taiwan) Map Cropping Samples-1

Taiwan (Taiwan) Map Cropping Samples-2
Taiwan (Taiwan) Map Cropping Samples-2

Download outline map of Taiwan (geojson format) : Taiwan.geojson (**)
Download polygon array of Taiwan map for "Google Maps" : Taiwan.txt
Bounding Box for Taiwan Map : ( 21.8956 , 119.314294 , 25.929138 , 124.56115 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Taiwan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](21.8956, 119.314294, 25.929138, 124.56115);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Taiwan)
[out:json];
(
rel["name"="Taiwan"][type=boundary];
rel["name:en"="Taiwan"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Notes:
- You can download geometry data for Taiwan 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.

Share this page