diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-21 19:22:52 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-21 19:22:52 +0200 |
commit | fa20c21ec26358cdba769f3b52e859ac685c2b0c (patch) | |
tree | 139b0a9d6f08465cd2bb41f1f4ea60c8911b8c69 /lib/Travelynx/Controller | |
parent | de55368db75937ac3923f149cd57d5351166fb51 (diff) |
Add lat/lon to pre-2.7.8 journeys; add eva where missing
This speeds up the map significantly and makes coordinates_by_station obsolete
Diffstat (limited to 'lib/Travelynx/Controller')
-rwxr-xr-x | lib/Travelynx/Controller/Traveling.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index f9bc2d5..2b86688 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -1323,8 +1323,6 @@ sub commute { sub map_history { my ($self) = @_; - my $location = $self->app->coordinates_by_station; - if ( not $self->param('route_type') ) { $self->param( route_type => 'polybee' ); } |