From 6a84fbac3827ef43b0174b072a221c1d627bc214 Mon Sep 17 00:00:00 2001 From: madsnedergaard Date: Thu, 13 Feb 2025 22:57:41 +0100 Subject: [PATCH] Adds support for the new trams/light rails in Denmark --- pyhafas/profile/rkrp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhafas/profile/rkrp/__init__.py b/pyhafas/profile/rkrp/__init__.py index 979a7bc..ef8256a 100644 --- a/pyhafas/profile/rkrp/__init__.py +++ b/pyhafas/profile/rkrp/__init__.py @@ -50,7 +50,7 @@ class RKRPProfile(BaseProfile): 'bus': [32], # BUS 'ferry': [64], # F 'subway': [128], # U - 'tram': [256], # T + 'tram': [256, 2048], # T 'taxi': [512] # Group Taxi }