@xingm/vmap-cesium-toolbar 0.0.2-alpha.14 → 0.0.2-alpha.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -7007,7 +7007,7 @@ class k {
7007
7007
  circle;
7008
7008
  ring;
7009
7009
  constructor(e) {
7010
- this.viewer = e, this.entities = e.entities, this.enableTranslucentPicking(), this.initInfoWindowContainer(), this.setupEntityClickHandler(), this.setupEntityHoverHandler(), this.marker = new ke(e), this.label = new Ye(e), this.icon = new We(e), this.svg = new Fe(e), this.infoWindow = new je(e, this.infoWindowContainer), this.polyline = new Se(e), this.polygon = new Xe(e), this.rectangle = new Ze(e), this.circle = new W(e), this.ring = new Ve(e);
7010
+ this.viewer = e, this.entities = e.entities, this.initInfoWindowContainer(), this.setupEntityClickHandler(), this.setupEntityHoverHandler(), this.marker = new ke(e), this.label = new Ye(e), this.icon = new We(e), this.svg = new Fe(e), this.infoWindow = new je(e, this.infoWindowContainer), this.polyline = new Se(e), this.polygon = new Xe(e), this.rectangle = new Ze(e), this.circle = new W(e), this.ring = new Ve(e);
7011
7011
  }
7012
7012
  /**
7013
7013
  * Cesium 默认可能无法 pick 到半透明覆盖物(例如 alpha < 1 的填充面)。