@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.
package/dist/maptalks.vt.d.ts
CHANGED
package/dist/maptalks.vt.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @maptalks/vt v0.124.
|
|
2
|
+
* @maptalks/vt v0.124.2
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2026 maptalks.org
|
|
5
5
|
*/
|
|
@@ -10363,9 +10363,9 @@ class dt extends(x(rt(st))){
|
|
|
10363
10363
|
const {plugins: i, featurePlugins: r} = this._preparePlugins();
|
|
10364
10364
|
if (!this.layer.isDefaultRender() && !i.length && !r.length) return;
|
|
10365
10365
|
this.isRenderingTerrainSkin = !0;
|
|
10366
|
-
const s = this._currentTimestamp, o = this._parentContext, a = this.layer.getTileSize().width;
|
|
10366
|
+
const s = this._currentTimestamp, o = this._parentContext, a = this.layer.getTileSize().width, l = e => ut(e) && this.layer.options.awareOfTerrain;
|
|
10367
10367
|
for (let t = 0; t < n.length; t++) {
|
|
10368
|
-
this._startFrame(s);
|
|
10368
|
+
this._startFrame(s, l);
|
|
10369
10369
|
const i = n[t], r = i.texture;
|
|
10370
10370
|
this._parentContext = {
|
|
10371
10371
|
tile: i.tile,
|
|
@@ -21660,5 +21660,5 @@ if (p.transcoders) {
|
|
|
21660
21660
|
|
|
21661
21661
|
export { ma as BillBoardPainter, Ea as BillBoardPlugin, Fh as ExtrudePolygonLayer, ii as FillPainter, va as FillPlugin, Hh as FilterUtil, ka as GLTFPhongPlugin, Fa as GLTFStandardPlugin, za as GeoJSONVectorTileLayer, Oa as HeatmapPlugin, ns as IconPainter, Ta as IconPlugin, Aa as LineGradientPlugin, ai as LinePainter, ba as LinePlugin, ml as LineStringLayer, Ia as LitPlugin, La as MapboxVectorTileLayer, to as NativeLinePainter, Sa as NativeLinePlugin, Ks as NativePointPainter, Lh as PackUtil, xo as PhongPainter, Ma as PhongPlugin, dl as PointLayer, pl as PointLayerRenderer, vl as PolygonLayer, Nh as SYMBOLS_NEED_REBUILD_IN_VECTOR, zh as SYMBOLS_NEED_REBUILD_IN_VT, _a as TerrainFlatMaskPainter, Da as TerrainFlatMaskPlugin, Ys as TextPainter, wa as TextPlugin, Ca as TubePlugin, Et as Vector3DLayer, Mt as VectorTileLayer, dt as VectorTileLayerRenderer, Ra as WaterPlugin, vo as WireframePainter, Pa as WireframePlugin, q as getVectorPacker };
|
|
21662
21662
|
|
|
21663
|
-
"undefined" != typeof console && console.log("@maptalks/vt v0.124.
|
|
21663
|
+
"undefined" != typeof console && console.log("@maptalks/vt v0.124.2");
|
|
21664
21664
|
//# sourceMappingURL=maptalks.vt.es.js.map
|