Tests / remove view extent constraint on zoomify tests

This commit is contained in:
Olivier Guyot
2019-03-25 14:03:28 +01:00
parent c08da3c694
commit 77a1628610
2 changed files with 0 additions and 2 deletions
@@ -16,7 +16,6 @@ new Map({
target: 'map', target: 'map',
view: new View({ view: new View({
resolutions: [2, 1], resolutions: [2, 1],
extent: [0, -200, 200, 0],
center: [100, -100], center: [100, -100],
zoom: 0.4 zoom: 0.4
}) })
@@ -17,7 +17,6 @@ new Map({
target: 'map', target: 'map',
view: new View({ view: new View({
resolutions: [2, 1], resolutions: [2, 1],
extent: [0, -200, 200, 0],
center: [100, -100], center: [100, -100],
zoom: 0.4 zoom: 0.4
}) })