feat: add query/cli/area-vrb-bike-ride.txt

This commit is contained in:
dancingCycle 2023-09-08 15:25:21 +02:00
parent b3849d84a5
commit c4882336f9
3 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,7 @@
[out:json][timeout:60];
relation(4189512);
map_to_area;
(
nwr[amenity=bicycle_parking][bike_ride]["bike_ride"!="no"](area);
);
out body center qt;

View File

@ -1,5 +1,7 @@
[out:json][timeout:60];
relation(4189512);
map_to_area;
(
nwr[railway=station][train=yes](area);
);
out body center qt;

View File

@ -62,7 +62,8 @@ wget -O <result file> --post-file=<query file> <endpoint>
### Use `Area` to limit output
* [train stations inside area VRB](query/cli/area-vrb.txt)
* [train stations inside area VRB](query/cli/area-vrb-train-station.txt)
* [B&R inside area VRB](query/cli/area-vrb-bike-ride.txt)
### Use `Around` to limit output