Skip to content
Snippets Groups Projects
Unverified Commit 164253d1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

dbris is almost ready for production

Agenda:
* geolocation
* traewelling sync
* check whether cancelled trains / stops are handled appropriately
* switch manual journey entry to dbris once sufficient station data has been
  gathered
* switch default to dbris at some time in the future
parent f5eab80b
No related branches found
No related tags found
No related merge requests found
...@@ -1070,12 +1070,10 @@ sub backend_form { ...@@ -1070,12 +1070,10 @@ sub backend_form {
$backend->{homepage} = 'https://www.bahn.de'; $backend->{homepage} = 'https://www.bahn.de';
} }
elsif ( $backend->{dbris} ) { elsif ( $backend->{dbris} ) {
$type = 'DBRIS'; $type = 'DBRIS';
$backend->{longname} = 'Deutsche Bahn: bahn.de'; $backend->{longname}
= 'Deutsche Bahn: bahn.de (UNFERTIG / BETA-TEST – Fehler und fehlerhafte Daten sind möglich)';
$backend->{homepage} = 'https://www.bahn.de'; $backend->{homepage} = 'https://www.bahn.de';
# not ready for production yet
$type = undef;
} }
elsif ( $backend->{hafas} ) { elsif ( $backend->{hafas} ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment