diff --git a/examples/feature-animation.js b/examples/feature-animation.js index bd15602f7a..27fcec3eed 100644 --- a/examples/feature-animation.js +++ b/examples/feature-animation.js @@ -21,7 +21,8 @@ const map = new Map({ target: 'map', view: new View({ center: [0, 0], - zoom: 1 + zoom: 1, + multiWorld: true }) });