@maptalks/vt 0.124.1 → 0.124.2

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @maptalks/vt v0.124.1
2
+ * @maptalks/vt v0.124.2
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2026 maptalks.org
5
5
  */
@@ -11562,9 +11562,9 @@
11562
11562
  const {plugins: i, featurePlugins: r} = this._preparePlugins();
11563
11563
  if (!this.layer.isDefaultRender() && !i.length && !r.length) return;
11564
11564
  this.isRenderingTerrainSkin = !0;
11565
- const o = this._currentTimestamp, s = this._parentContext, a = this.layer.getTileSize().width;
11565
+ const o = this._currentTimestamp, s = this._parentContext, a = this.layer.getTileSize().width, l = e => Xt(e) && this.layer.options.awareOfTerrain;
11566
11566
  for (let t = 0; t < n.length; t++) {
11567
- this._startFrame(o);
11567
+ this._startFrame(o, l);
11568
11568
  const i = n[t], r = i.texture;
11569
11569
  this._parentContext = {
11570
11570
  tile: i.tile,
@@ -23557,6 +23557,6 @@
23557
23557
  e.SYMBOLS_NEED_REBUILD_IN_VT = bf, e.TerrainFlatMaskPainter = Ml, e.TerrainFlatMaskPlugin = Ul,
23558
23558
  e.TextPainter = ta, e.TextPlugin = Fl, e.TubePlugin = Ll, e.Vector3DLayer = mn,
23559
23559
  e.VectorTileLayer = ln, e.VectorTileLayerRenderer = qt, e.WaterPlugin = Vl, e.WireframePainter = Pa,
23560
- e.WireframePlugin = El, e.getVectorPacker = h, "undefined" != typeof console && console.log("@maptalks/vt v0.124.1");
23560
+ e.WireframePlugin = El, e.getVectorPacker = h, "undefined" != typeof console && console.log("@maptalks/vt v0.124.2");
23561
23561
  }));
23562
23562
  //# sourceMappingURL=maptalks.vt.js.map