aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-bing-ol.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-05-30 21:00:21 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-05-30 21:00:21 +0100
commit60272108c219cddb3a8872bf167072ced997590e (patch)
treefe909b3a5ed38f71566bf94ec9c48fbbf9a51fd9 /web/js/map-bing-ol.js
parente3a1b774ac030ff00ff85f1965513b8b59568ace (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.js2
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;