共有两个问题:
http://support.supermap.com.cn:8090/webgl/examples/flyRoute.html
1、
在 IE11下访问 ,点击地图后会报如下错误。
2、在飞行过程中,设置相机位置,在使用 FlyTo方法后,飞行将停止,且点击继续飞行,将无法执行飞行动作,无任何反应。
viewer.scene.camera.flyTo({
destination: Cesium.Cartesian3.fromDegrees(116.380038730733990,39.996549599556104, 1000.0),
orientation: {
roll: 0.0
}
});