diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-17 17:22:59 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-17 17:22:59 +0100 |
commit | a9be1c52445e4281311f7420ea514f1e7485b50d (patch) | |
tree | a692fa349ab9abbd505935d5b917db767bac2801 /perllib/FixMyStreet/Map/Zurich.pm | |
parent | 5a8a8d05355295c185de55ec1bdddb6ca69b33e5 (diff) | |
parent | 3f21a9fa625c72dd756b66e385cf2f817d42200f (diff) |
Merge branch 'harrogate-zurich-fixes'
Diffstat (limited to 'perllib/FixMyStreet/Map/Zurich.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/Zurich.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Map/Zurich.pm b/perllib/FixMyStreet/Map/Zurich.pm index 3b97f947f..1e302bdda 100644 --- a/perllib/FixMyStreet/Map/Zurich.pm +++ b/perllib/FixMyStreet/Map/Zurich.pm @@ -13,7 +13,7 @@ sub zoom_parameters { zoom_levels => scalar $self->scales, default_zoom => 5, min_zoom_level => 0, - id_offset => 0, + id_offset => 2, }; return $params; } @@ -29,7 +29,7 @@ sub tile_parameters { wmts_version => '1.0.0', layer_style => 'default', matrix_set => 'default028mm', - suffix => '', # appended to tile URLs + suffix => '.jpg', # appended to tile URLs size => 512, # pixels dpi => 96, inches_per_unit => 39.3701, # BNG uses metres |