geolocation: Fix 'hafas=undefined' links for iris stops

This commit is contained in:
Birte Kristina Friesel 2023-08-24 21:11:45 +02:00
parent 83a9575331
commit 9b66e2779d
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -567,6 +567,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 );