liuyg
2021-06-17 e55ebf07a49b024fe7d2cebc0499bd949c7b55bb
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));
   }
};