Skip to content

Instantly share code, notes, and snippets.

@chihchun
Created May 10, 2016 03:07
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/354d4ab733043403572f74ab5bdbd1b1 to your computer and use it in GitHub Desktop.
Save chihchun/354d4ab733043403572f74ab5bdbd1b1 to your computer and use it in GitHub Desktop.
query part for: “landuse=military in Taiwan
[out:json][timeout:25];
// gather results
(
// query part for: “landuse=military”
area["ISO3166-1:alpha3"="TWN"]->.boundaryarea;
node["landuse"="military"](area.boundaryarea);
way["landuse"="military"](area.boundaryarea);
relation["landuse"="military"](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