实践场景:cesium实体的经纬度发生了改变,但cesium上实体位置并未改变。如果重新渲染不生效
解决办法:先对视图进行销毁,然后对地球重新进行初始化如下:
this.viewer && this.viewer.destroy()
this.viewer = null
this.initEarth()
实践场景:cesium实体的经纬度发生了改变,但cesium上实体位置并未改变。如果重新渲染不生效
解决办法:先对视图进行销毁,然后对地球重新进行初始化如下:
this.viewer && this.viewer.destroy()
this.viewer = null
this.initEarth()