SimonWu
SimonWu
maptalk 使用 flyTo方法后,地图无法拖动旋转,鼠标滚轮缩放后正常 worldMap.flyTo({ center: point }, { duration: 400, }, function (frame) { if (frame.state.playState === 'finished') { console.log('flyTo finished'); worldMap.setCenter(point); } }); 使用worldMap.setCenter(point); 这个方法没这个问题 但没有缓动效果了 [animateTo] 移动得时候抖动得效果不大好
当 bearing 的角度大于180 度时,当前就是这个角度也会重复播放一次动画,小于180 不会 map.animateTo( { bearing : 269, duration :400, callName:"setAzimuthalAngle", } )
**mapbox-gl-js version**: 3.4.3 **browser**: chrome 126 ### Steps to Trigger Behavior I used the example Add a 3D model use threejs of official website to add sprite, but the display...