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

history map: only show journeys with polylines by default

parent 6d3fcb59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1342,7 +1342,7 @@ sub map_history {
	my ($self) = @_;

	if ( not $self->param('route_type') ) {
		$self->param( route_type => 'polybee' );
		$self->param( route_type => 'polyline' );
	}

	my $route_type    = $self->param('route_type');