Merge pull request #10744 from mike-000/patch-7
Ensure the Modify Features Test example opens at correct zoom
This commit is contained in:
@@ -232,6 +232,7 @@ const map = new Map({
|
||||
target: 'map',
|
||||
view: new View({
|
||||
center: [0, 1000000],
|
||||
zoom: 2
|
||||
zoom: 2,
|
||||
multiWorld: true
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user