Skip to content

Instantly share code, notes, and snippets.

@chihchun
Forked from anonymous/overpass.geojson
Last active September 27, 2016 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chihchun/e83c7ac69202f32e1a43a97971ddc026 to your computer and use it in GitHub Desktop.
Save chihchun/e83c7ac69202f32e1a43a97971ddc026 to your computer and use it in GitHub Desktop.
20160927 OpenStreetMap 台灣的自然保護區
[out:json][timeout:25];
area["ISO3166-1:alpha3"="TWN"]->.boundaryarea;
(
node["leisure"="nature_reserve"](area.boundaryarea);
way["leisure"="nature_reserve"](area.boundaryarea);
relation["leisure"="nature_reserve"](area.boundaryarea);
);
out body;
>;
out skel qt;
Display the source blob
Display the rendered blob
Raw
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