mirage2d 1.1.28 → 1.1.29

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.
@@ -144973,7 +144973,8 @@ class TileXyzLayer extends baseTileLayer {
144973
144973
  });
144974
144974
  this.layer = new TileLayer$2({
144975
144975
  zIndex: Options.zIndex,
144976
- source: this.layerSource
144976
+ source: this.layerSource,
144977
+ useInterimTilesOnError: false
144977
144978
  });
144978
144979
  this.layer.set("layerid", layerid);
144979
144980
  if (Options.ImageExtent) {
@@ -161296,7 +161297,7 @@ class ClusterLayer extends baseGraphicLayer {
161296
161297
  source: this._source
161297
161298
  });
161298
161299
  this.layer = new ol_layer_AnimatedCluster({
161299
- zIndex: 900,
161300
+ zIndex: this.option.zIndex,
161300
161301
  source: this.clusterSource,
161301
161302
  style: this.getStyle.bind(this)
161302
161303
  });
@@ -161478,6 +161479,7 @@ class HeatmapLayer extends baseGraphicLayer {
161478
161479
  this.option = Object.assign({}, this.option, options);
161479
161480
  this.layer = new Heatmap$2({
161480
161481
  source: this._source,
161482
+ zIndex: this.option.zIndex,
161481
161483
  gradient: this.option.gradient,
161482
161484
  blur: this.option.blur,
161483
161485
  radius: this.option.radius