Skip to content

Instantly share code, notes, and snippets.

@chihchun
Forked from anonymous/overpass.geojson
Last active September 27, 2016 02:58
Show Gist options
  • Save chihchun/0d52237fae557e6b2aa25ac67da0c5e7 to your computer and use it in GitHub Desktop.
Save chihchun/0d52237fae557e6b2aa25ac67da0c5e7 to your computer and use it in GitHub Desktop.
20160920-OpenStreetMap 台灣國家森林遊樂園
[out:json][timeout:25];
// gather results
(
// query part for: “boundary=national_park”
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