Skip to content

Instantly share code, notes, and snippets.

@HanaCim
Created November 27, 2020 13:52
Show Gist options
  • Save HanaCim/1a3fa3b631066cf3b13192d77de6fa5a to your computer and use it in GitHub Desktop.
Save HanaCim/1a3fa3b631066cf3b13192d77de6fa5a to your computer and use it in GitHub Desktop.
[out:json][timeout:25]
{{geocodeArea:Prague}}->.searchArea;
(
node["natural"="wood"](area.searchArea);
way["natural"="wood"](area.searchArea);
relation["natural"="wood"](area.searchArea);
node["landuse"="forest"](area.searchArea);
way["landuse"="forest"](area.searchArea);
relation["landuse"="forest"](area.searchArea);
node["leisure"="park"](area.searchArea);
way["leisure"="park"](area.searchArea);
relation["leisure"="park"](area.searchArea);
relation["landuse"="orchard"](area.searchArea);
);
out body;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment