From 76d17cd77cd1ad8426d8ff7c6859943f8cb158b1 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 30 Nov 2023 15:44:50 +0100 Subject: home: small fix to bahnsteig function --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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;); -- cgit v1.2.3