Unverified Commit 79c62872 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

geolocation: IRIS stops must be marked es hafas=0

Fixes regression introduced in c250a2f2

Closes #242
parent 86147141
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 );