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? |
The area needs to be stored ina variable & passed to each way type:
However, it's much easier to amalgamate them to
Thanks again, this does exactly what I need.
(08 Jan '20, 15:27)
V0174
|
Remove the 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
|