You are not logged in.
- Topics: Active | Unanswered
#1 2021-02-05 06:36:10
- steve_nonego
- New Member
- Registered: 2021-02-05
- Posts: 1
Count number of NWR for each of the input sets
I have the follow Overpass Turbo query, and I would count number of NWR per each of the input sets. That is:
1) number of NWR for Trader Joe's
2) number of NWR for Safeway
I tried many times, and still not sure how to make it, can someone help please?
[out:json][timeout:60];
(nwr[brand="Trader Joe's"](around:10000,37.68,-122.46);)->.TJ;
(nwr[brand="Safeway"](around:10000,37.68,-122.46);)->.SW;
(.TJ; .SW;);
out skel center count;
Offline