marsgis / mars3d

【Mars3D平台 】主仓库,包含所有开源仓库清单导航
http://mars3d.cn
Apache License 2.0
982 stars 137 forks source link

removeLayer()删除图层导致cesium崩溃 #1

Closed Tysep closed 3 years ago

Tysep commented 3 years ago

代码如下:

const removeLayerById = ID => {
    if (map.getLayerById(ID)) {
      map.removeLayer(map.getLayerById(ID))
    }
} 

不知道是不是我的使用方式有问题

报错如下: image

muyao1987 commented 3 years ago

写法没有问题,可以使用最新版本试下。