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 /web/js/map-fms.js | |
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 'web/js/map-fms.js')
-rw-r--r-- | web/js/map-fms.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/js/map-fms.js b/web/js/map-fms.js index 65c02a503..61206a90a 100644 --- a/web/js/map-fms.js +++ b/web/js/map-fms.js @@ -2,9 +2,6 @@ fixmystreet.maps.tile_base = [ [ '', 'a-', 'b-', 'c-' ], '//{S}tilma.mysociety.o fixmystreet.maps.config = (function(original) { return function(){ - if (fixmystreet.map_type) { - this.tile_base = fixmystreet.map_type; - } original(); fixmystreet.map_type = OpenLayers.Layer.BingUK; }; |