diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-05-30 21:00:21 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-05-30 21:00:21 +0100 |
commit | 60272108c219cddb3a8872bf167072ced997590e (patch) | |
tree | fe909b3a5ed38f71566bf94ec9c48fbbf9a51fd9 /web/js/map-bing-ol.js | |
parent | e3a1b774ac030ff00ff85f1965513b8b59568ace (diff) |
FMS map tile changes for HTTPS.
Make the FMS map tile URLs be scheme independent,
and only use one level of subdomain.
Diffstat (limited to 'web/js/map-bing-ol.js')
-rw-r--r-- | web/js/map-bing-ol.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js index 846133cd5..535edac21 100644 --- a/web/js/map-bing-ol.js +++ b/web/js/map-bing-ol.js @@ -1,4 +1,4 @@ -var tile_base = [ [ '', 'a.', 'b.', 'c.' ], 'http://{S}tilma.mysociety.org/sv' ]; +var tile_base = [ [ '', 'a-', 'b-', 'c-' ], '//{S}tilma.mysociety.org/sv' ]; function set_map_config(perm) { var permalink_id; |