diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-18 16:12:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-19 14:43:26 +0000 |
commit | 533c70b9dcbdaff2595681809798b59d5510c066 (patch) | |
tree | 636b6ebeac5672df5825e44b917dac12e5c74c22 /web/js | |
parent | 91d18218d1d889f9421a4393146b5148d00c80b2 (diff) |
Projection should be on the map layer only, not the whole map.
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 8ecca50a1..63f3f9cd7 100644 --- a/web/js/map-wmts-zurich.js +++ b/web/js/map-wmts-zurich.js @@ -33,13 +33,13 @@ OpenLayers.DOTS_PER_INCH = 96; fixmystreet.map_options = { - projection: new OpenLayers.Projection("EPSG:21781"), maxExtent: new OpenLayers.Bounds(676000, 241000, 690000, 255000), units: 'm', scales: [ '250000', '125000', '64000', '32000', '16000', '8000', '4000', '2000', '1000', '500'] }; fixmystreet.layer_options = { + projection: new OpenLayers.Projection("EPSG:21781"), name: "Luftbild", layer: "Luftbild", matrixSet: "nativeTileMatrixSet", |