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 /perllib/FixMyStreet/Map | |
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 'perllib/FixMyStreet/Map')
-rw-r--r-- | perllib/FixMyStreet/Map/FMS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/FMS.pm b/perllib/FixMyStreet/Map/FMS.pm index e7aa46784..62849a157 100644 --- a/perllib/FixMyStreet/Map/FMS.pm +++ b/perllib/FixMyStreet/Map/FMS.pm @@ -38,7 +38,7 @@ sub get_quadkey { } sub map_tile_base { - '.', "http://%stilma.mysociety.org/sv/%d/%d/%d.png"; + '-', "//%stilma.mysociety.org/sv/%d/%d/%d.png"; } sub map_tiles { |