Merge pull request #9752 from mike-000/mike-000-9750

Custom Animation example and the multiWorld view constraint
This commit is contained in:
Andreas Hocevar
2019-07-04 23:04:05 +02:00
committed by GitHub

View File

@@ -21,7 +21,8 @@ const map = new Map({
target: 'map',
view: new View({
center: [0, 0],
zoom: 1
zoom: 1,
multiWorld: true
})
});