diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-18 16:57:24 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-18 16:57:24 +0000 |
commit | 2711342ff3a0ab8c15fc3b096d9c95bbf7ba9d86 (patch) | |
tree | fc46c57b5362fc11167ec5538c54fb75da56839c /perllib/FixMyStreet/Map/Bing.pm | |
parent | c94ed4479f26b6d4cee0bf16cac47a88ee7f6cae (diff) |
[Bromley] Fix map tiles.
The change to remove inline JavaScript stopped the Bromley-specific
tiles from working. Put them back with an extra JavaScript file.
Diffstat (limited to 'perllib/FixMyStreet/Map/Bing.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/Bing.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Map/Bing.pm b/perllib/FixMyStreet/Map/Bing.pm index 4c1887641..617823b45 100644 --- a/perllib/FixMyStreet/Map/Bing.pm +++ b/perllib/FixMyStreet/Map/Bing.pm @@ -6,8 +6,7 @@ use base 'FixMyStreet::Map::OSM'; use strict; -# Is set by the JavaScript -sub map_type { '""' } +sub map_type { '' } sub map_template { 'bing' } |