feat: adjust amenity-vending-machine/area-vbn.txt

This commit is contained in:
dancingCycle 2024-04-12 09:39:09 +02:00
parent 9cc23294f1
commit d5d478f11c
1 changed files with 8 additions and 1 deletions

View File

@ -14,7 +14,7 @@ out body center qt;
* use [decoder/encoder](https://meyerweb.com/eric/tools/dencoder/)
https://overpass-api.de/api/interpreter?data=
## https://overpass-api.de/api/interpreter?data=
* encode
```
@ -25,3 +25,10 @@ https://overpass-api.de/api/interpreter?data=[out:json][timeout:60];relation(418
```
tbc
```
## https://overpass-turbo.eu/map.html?Q=
* encode
```
https://overpass-turbo.eu/map.html?Q=[out:json][timeout:60];relation(4189513);map_to_area;(nwr[amenity=vending_machine][vending=public_transport_tickets](area););out body center qt;
```