diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-18 18:07:11 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-18 18:07:11 +0000 |
commit | 7b4ff6d6a37368cada7939dd635981d01f4fc37e (patch) | |
tree | b49c2cf39d36525dc94044d27e53af197c01100e /web/js | |
parent | d02c6134835e6b3b0a4e3f84da472f931b25f8a5 (diff) |
Remove non-working most zoomed in level.
Diffstat (limited to 'web/js')
-rw-r--r-- | web/js/map-wmts-zurich.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-wmts-zurich.js b/web/js/map-wmts-zurich.js index f29d9bd8b..e79fd2ec2 100644 --- a/web/js/map-wmts-zurich.js +++ b/web/js/map-wmts-zurich.js @@ -35,7 +35,7 @@ fixmystreet.map_options = { maxExtent: new OpenLayers.Bounds(676000, 241000, 690000, 255000), units: 'm', - scales: [ '250000', '125000', '64000', '32000', '16000', '8000', '4000', '2000', '1000', '500'] + scales: [ '250000', '125000', '64000', '32000', '16000', '8000', '4000', '2000', '1000' ] }; fixmystreet.layer_options = { |