This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

All green item in a given city

0

Anybody has written an OverPass Query to select all the "green / vegetal" items in a given city.

node"natural"="tree"; way"natural"="tree"; relation"natural"="tree";

But I would also like to have parks, geen roof, pots, pitches etc ...

Thanks for your help

asked 06 Jul '20, 17:25

Orovellotti's gravatar image

Orovellotti
11112
accept rate: 0%

edited 06 Jul '20, 17:26


One Answer:

2

There is a list of tags for various types of vegetation here, although it doesn't include all green e.g. many sports pitches. For most it should not be necessary to check for nodes.

There are some additional overpass examples on the wiki. This one shows how to use a city boundary relation instead of a boundary box for a search area.

answered 07 Jul '20, 01:48

InsertUser's gravatar image

InsertUser
11.0k1369185
accept rate: 19%

OSZAR »