diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-12 13:42:46 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-12 13:42:46 +0000 |
commit | b7f1a7993f96619e5dc25e05874298b6d3b7f98d (patch) | |
tree | c54950f0472e2b3fde47be4e39a444b9c8cd789a /perllib/FixMyStreet | |
parent | 6620bb58bcb869fd1f73cbd5a5843de5f9e13444 (diff) |
Use internal proxy for maps for now.
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Map/Zurich.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/Zurich.pm b/perllib/FixMyStreet/Map/Zurich.pm index 73ebc5608..e09f8c90f 100644 --- a/perllib/FixMyStreet/Map/Zurich.pm +++ b/perllib/FixMyStreet/Map/Zurich.pm @@ -31,7 +31,7 @@ sub map_tiles { } sub base_tile_url { - return 'http://www.wmts.stadt-zuerich.ch/Hybrid/MapServer/WMTS/tile/1.0.0/Hybrid/default/nativeTileMatrixSet'; + return '/maps/Hybrid/1.0.0/Hybrid/default/nativeTileMatrixSet'; } sub copyright { |