Loading bin/efa-m +1 −1 Original line number Original line Diff line number Diff line Loading @@ -322,7 +322,7 @@ sub show_coord { printf( printf( "%5.1f km %-${max_len}s %s\n", "%5.1f km %-${max_len}s %s\n", $stop->distance_m * 1e-3, $stop->distance_m * 1e-3, $stop->full_name, $stop->id $stop->full_name, $stop->id_code ); ); } } } } Loading lib/Travel/Status/DE/EFA.pm +1 −1 Original line number Original line Diff line number Diff line Loading @@ -559,7 +559,7 @@ sub results_coord { full_name => $stop->{properties}{STOP_NAME_WITH_PLACE}, full_name => $stop->{properties}{STOP_NAME_WITH_PLACE}, distance_m => $stop->{properties}{distance}, distance_m => $stop->{properties}{distance}, name => $stop->{name}, name => $stop->{name}, id => $stop->{id}, id_code => $stop->{id}, ) ) ); ); } } Loading Loading
bin/efa-m +1 −1 Original line number Original line Diff line number Diff line Loading @@ -322,7 +322,7 @@ sub show_coord { printf( printf( "%5.1f km %-${max_len}s %s\n", "%5.1f km %-${max_len}s %s\n", $stop->distance_m * 1e-3, $stop->distance_m * 1e-3, $stop->full_name, $stop->id $stop->full_name, $stop->id_code ); ); } } } } Loading
lib/Travel/Status/DE/EFA.pm +1 −1 Original line number Original line Diff line number Diff line Loading @@ -559,7 +559,7 @@ sub results_coord { full_name => $stop->{properties}{STOP_NAME_WITH_PLACE}, full_name => $stop->{properties}{STOP_NAME_WITH_PLACE}, distance_m => $stop->{properties}{distance}, distance_m => $stop->{properties}{distance}, name => $stop->{name}, name => $stop->{name}, id => $stop->{id}, id_code => $stop->{id}, ) ) ); ); } } Loading