Unverified Commit 1a42cf52 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Adjust coord request for id -> id_code rename

parent 712a5eee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,7 @@ sub show_coord {
		printf(
			"%5.1f km  %-${max_len}s  %s\n",
			$stop->distance_m * 1e-3,
			$stop->full_name, $stop->id
			$stop->full_name, $stop->id_code
		);
	}
}
+1 −1
Original line number Diff line number Diff line
@@ -559,7 +559,7 @@ sub results_coord {
				full_name  => $stop->{properties}{STOP_NAME_WITH_PLACE},
				distance_m => $stop->{properties}{distance},
				name       => $stop->{name},
				id         => $stop->{id},
				id_code    => $stop->{id},
			)
		);
	}