-
-
Save chihchun/2ca77d21aa336a8c931b56a2d6057635 to your computer and use it in GitHub Desktop.
20160927 OpenStreetMap 台灣的國家公園
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[out:json][timeout:25]; | |
area["ISO3166-1:alpha3"="TWN"]->.boundaryarea; | |
( | |
node["boundary"="national_park"](area.boundaryarea); | |
way["boundary"="national_park"](area.boundaryarea); | |
relation["boundary"="national_park"](area.boundaryarea); | |
); | |
// print results | |
out body; | |
>; | |
out skel qt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment