diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-03-04 19:41:04 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-03-04 19:41:51 +0100 |
commit | dd6d6eb53abe95d8a88ebc59535994866da396e7 (patch) | |
tree | 8de185bc3ded54acd157512679de77b75bba7054 /lib/Travelynx/Controller/Account.pm | |
parent | c41e15a1fb16e6f770b9381c6b5be79a63984330 (diff) |
Remove VRN; use ÖBB for IRIS augmentation (maps)
Luckily, ÖBB and IRIS agree on virtually all EVA IDs. In some cases, ÖBB
uses different station names (e.g. 'Fürth in Bayern' rather than 'Fürth(Bay)').
Closes #206
Closes #207
Closes #208
Diffstat (limited to 'lib/Travelynx/Controller/Account.pm')
-rw-r--r-- | lib/Travelynx/Controller/Account.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travelynx/Controller/Account.pm b/lib/Travelynx/Controller/Account.pm index 1c54aec..9cd0edb 100644 --- a/lib/Travelynx/Controller/Account.pm +++ b/lib/Travelynx/Controller/Account.pm @@ -1075,6 +1075,7 @@ sub backend_form { # operational and are thus useless for travelynx if ( $backend->{name} eq 'Resrobot' or $backend->{name} eq 'TPG' + or $backend->{name} eq 'VRN' or $backend->{name} eq 'DB' ) { $type = undef; |