Merge pull request #10744 from mike-000/patch-7

Ensure the Modify Features Test example opens at correct zoom
This commit is contained in:
Andreas Hocevar
2020-03-08 23:44:43 +01:00
committed by GitHub

View File

@@ -232,6 +232,7 @@ const map = new Map({
target: 'map',
view: new View({
center: [0, 1000000],
zoom: 2
zoom: 2,
multiWorld: true
})
});