Skip to content

Commit 3dc0b55

Browse files
committed
__distinct_map_data profile: remove nokia-traffic
1 parent 4f69efd commit 3dc0b55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/MultiMap.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ push @ISA, 'BBBikePlugin';
1919

2020
use strict;
2121
use vars qw($VERSION);
22-
$VERSION = 2.53;
22+
$VERSION = 2.54;
2323

2424
use 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) {

0 commit comments

Comments
 (0)