Skip to content

Instantly share code, notes, and snippets.

@chihchun
Forked from anonymous/overpass.geojson
Last active September 27, 2016 03:58
Show Gist options
  • Save chihchun/2ca77d21aa336a8c931b56a2d6057635 to your computer and use it in GitHub Desktop.
Save chihchun/2ca77d21aa336a8c931b56a2d6057635 to your computer and use it in GitHub Desktop.
20160927 OpenStreetMap 台灣的國家公園
[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;
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment