shuishen
2021-06-15 c66d1e92b78c7dc5310b3f47a24e7fee28325033
widgets/HeatMap/CesiumHeatmap.js
@@ -359,7 +359,6 @@
      if (this._layer) {
         this._cesium.scene.imageryLayers.remove(this._layer);
      }
      console.log(CesiumHeatmap._getImageryProvider(this));
      this._layer = this._cesium.scene.imageryLayers.addImageryProvider(CesiumHeatmap._getImageryProvider(this));
   }
};