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/cobrands | |
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/cobrands')
-rw-r--r-- | web/cobrands/bromley/map.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/bromley/map.js b/web/cobrands/bromley/map.js new file mode 100644 index 000000000..0753907cc --- /dev/null +++ b/web/cobrands/bromley/map.js @@ -0,0 +1 @@ +fixmystreet.maps.tile_base = [ [ "", "a-" ], "https://{S}fix.bromley.gov.uk/tilma" ]; |