diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-15 18:09:03 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-15 18:09:03 +0200 |
commit | 79c62872719b4317936ea0bb30a97528ab6a1ea4 (patch) | |
tree | 4b92abd660b91fdec712cb133d1edb1aab4e955f /lib | |
parent | 861471417d1a1946784efbe373c83506799e8eda (diff) |
geolocation: IRIS stops must be marked es hafas=02.14.3
Fixes regression introduced in c250a2f2c7968966014315f76b25109b83c041ed
Closes #242
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Travelynx/Controller/Traveling.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index 9826211..a73e775 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -773,6 +773,7 @@ sub geolocation { lon => $_->[0][3], lat => $_->[0][4], distance => $_->[1], + hafas => 0, } } Travel::Status::DE::IRIS::Stations::get_station_by_location( $lon, $lat, 10 ); |