diff options
author | stuebinm | 2023-11-30 15:44:50 +0100 |
---|---|---|
committer | stuebinm | 2023-11-30 15:44:50 +0100 |
commit | 76d17cd77cd1ad8426d8ff7c6859943f8cb158b1 (patch) | |
tree | 4f92bc6faaff56e9b0f0a7ff2761257cdfafa780 /home | |
parent | 6881012a45583245470faa47e570a0aee5294f28 (diff) |
home: small fix to bahnsteig function
Diffstat (limited to '')
-rw-r--r-- | home/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/home.nix b/home/home.nix index 3e854e6..5a01960 100644 --- a/home/home.nix +++ b/home/home.nix @@ -140,7 +140,7 @@ end curl -s https://overpass-api.de/api/interpreter -d " [out:json][timeout:25]; - node[~\"railway:ref|railway:ref:parent\"~\"^$station\$\"][operator~\"^(DB |Deutsch)\"]; + node[~\"railway:ref|railway:ref:parent\"~\"^$station\$\"][operator~\"^(DB|Deutsch)\"]; rel[public_transport~\"stop_area|stop_area_group\"](bn) -> .a; rel[public_transport~\"stop_area|stop_area_group\"](br.a) -> .b; (.a;.b;); |