Skip to content

Commit

Permalink
add zoo to overpass import for possible nests (#52)
Browse files Browse the repository at this point in the history
* Add zoos to overpass/client.go
  • Loading branch information
ReuschelCGN authored Jul 11, 2024
1 parent 7e0f564 commit 1bfdc6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions overpass/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,12 @@ var searchSuffix = `];
way["landuse"~"farmland|farmyard|grass|greenfield|meadow|orchard|recreation_ground|vineyard"];
way["leisure"~"garden|golf_course|nature_reserve|park|pitch|playground|recreation_ground"];
way["natural"~"grassland|heath|moor|plateau|scrub"];
way["tourism"~"zoo"];
rel["landuse"~"farmland|farmyard|grass|greenfield|meadow|orchard|recreation_ground|vineyard"];
rel["leisure"~"garden|golf_course|nature_reserve|park|pitch|playground|recreation_ground"];
rel["natural"~"grassland|heath|moor|plateau|scrub"];
rel["tourism"~"zoo"];
);
out body;
>;
Expand Down

0 comments on commit 1bfdc6a

Please sign in to comment.