Loading lib/Travelynx/Model/Stations.pm +3 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,9 @@ sub add_or_update { ); return; } if (not $stop->latlon) { die('Backend Error: Stop "' . $stop->full_name . '" has no geo coordinates'); } $opt{db}->insert( 'stations', { Loading Loading
lib/Travelynx/Model/Stations.pm +3 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,9 @@ sub add_or_update { ); return; } if (not $stop->latlon) { die('Backend Error: Stop "' . $stop->full_name . '" has no geo coordinates'); } $opt{db}->insert( 'stations', { Loading