From eca26bdf4b0082a852638997534a85d30d4187f2 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 4 Jan 2025 21:13:15 +0100 Subject: Consistently use id_num and id_code accessor names for stop IDs --- bin/efa-m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/efa-m b/bin/efa-m index 7777832..9002540 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -330,7 +330,8 @@ sub show_coord { sub show_stopfinder { my $max_len = max map { length( $_->full_name ) } $efa->results; for my $stop ( $efa->results ) { - printf( "%-${max_len}s %s\n", $stop->full_name, $stop->id ); + printf( "%-${max_len}s %s %s\n", + $stop->full_name, $stop->id_num, $stop->id_code ); } } -- cgit v1.2.3