I'm trying to count how many pistes are there in a given country:
(link) When I run this commented one, I get an error:
When I uncomment the rest, I get just the count of ways or whatever is the first statement in parenthesis. How to do this correctly? asked 07 Jan '20, 11:03 V0174 |
The area needs to be stored ina variable & passed to each way type:
However, it's much easier to amalgamate them to
answered 08 Jan '20, 14:39 DaveF Thanks again, this does exactly what I need.
(08 Jan '20, 15:27)
V0174
|
Remove the answered 07 Jan '20, 23:16 DaveF Thanks, that was the reason for the error. However it still doesn't print all the counts separately, only the one that is stated as the first one in the union: https://overpass-turbo.eu/s/PzB Any idea?
(08 Jan '20, 13:43)
V0174
|