feat: add folder restaurant

This commit is contained in:
dancingCycle 2024-03-13 15:41:20 +01:00
parent 176acea6ee
commit a428372bf6
2 changed files with 54 additions and 0 deletions

27
restaurant/area-bs.txt Normal file
View File

@ -0,0 +1,27 @@
# overpass query
```
[out:json][timeout:60];
relation(62531);
map_to_area;
(
nwr[amenity=restaurant](area);
);
out body center qt;
```
# urlencoded GET query
* use [decoder/encoder](https://meyerweb.com/eric/tools/dencoder/)
https://overpass-api.de/api/interpreter?data=
* encode
```
tbc
```
* decode
```
tbc
```

27
restaurant/area-vrb.txt Normal file
View File

@ -0,0 +1,27 @@
# overpass query
```
[out:json][timeout:60];
relation(4189512);
map_to_area;
(
nwr[amenity=restaurant](area);
);
out body center qt;
```
# urlencoded GET query
* use [decoder/encoder](https://meyerweb.com/eric/tools/dencoder/)
https://overpass-api.de/api/interpreter?data=
* encode
```
tbc
```
* decode
```
tbc
```