File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ push @ISA, 'BBBikePlugin';
1919
2020use strict;
2121use vars qw( $VERSION) ;
22- $VERSION = 2.53 ;
22+ $VERSION = 2.54 ;
2323
2424use BBBikeUtil qw( bbbike_aux_dir module_exists deg2rad) ;
2525
@@ -1417,9 +1417,9 @@ sub showmap_url_mapcompare {
14171417 }
14181418 my $common_qs ;
14191419 if ($profile && $profile eq ' __distinct_map_data' ) {
1420- my @maps = (qw( bvg-stadtplan bbbike-bbbike mapnik esri) , $newest_berlin_aerial , qw( google-map nokia-traffic lgb-webatlas waze-world) );
1420+ my @maps = (qw( bvg-stadtplan bbbike-bbbike mapnik esri) , $newest_berlin_aerial , qw( google-map lgb-webatlas waze-world) );
14211421 my $maps_qs = do { my $i = 0; join (' &' , map { " mt" .($i ++)." =" .$_ } @maps ) };
1422- $common_qs = ' num=10 &' . $maps_qs ;
1422+ $common_qs = ' num=8 &' . $maps_qs ;
14231423 } elsif ($maps ) {
14241424 $common_qs = " num=" . scalar (@$maps );
14251425 for my $map_i (0 .. $# $maps ) {
You can’t perform that action at this time.
0 commit comments