summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorstuebinm2023-11-30 15:44:50 +0100
committerstuebinm2023-11-30 15:44:50 +0100
commit76d17cd77cd1ad8426d8ff7c6859943f8cb158b1 (patch)
tree4f92bc6faaff56e9b0f0a7ff2761257cdfafa780 /home
parent6881012a45583245470faa47e570a0aee5294f28 (diff)
home: small fix to bahnsteig function
Diffstat (limited to 'home')
-rw-r--r--home/home.nix2
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;);