feat: adjust second-hand/area-bs-second-hand.txt

This commit is contained in:
dancingCycle 2024-03-27 16:13:12 +01:00
parent 1a4c00e79d
commit 98cd473bc7
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
relation(62531);
map_to_area;
nwr[shop=second_hand](area)->.shops;
nwr[second_hand=yes](area)->.secondHands;
nwr[second_hand][second_hand!=no](area)->.secondHands;
//union block statement
(
.shops;
@ -22,7 +22,7 @@ https://overpass-api.de/api/interpreter?data=
* encode
```
https://overpass-api.de/api/interpreter?data=[out:json][timeout:60];relation(62531);map_to_area;nwr[shop=second_hand](area)->.shops;nwr[second_hand=yes](area)->.secondHands;(.shops;.secondHands;);out body center qt;
https://overpass-api.de/api/interpreter?data=[out:json][timeout:60];relation(62531);map_to_area;nwr[shop=second_hand](area)->.shops;nwr[second_hand][second_hand!=no](area)->.secondHands;(.shops;.secondHands;);out body center qt;
```
* decode