@maptalks/vt 0.115.1 → 0.116.0
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 +1 -1
- package/dist/maptalks.vt.es.js +4 -4
- package/dist/maptalks.vt.es.js.map +1 -1
- package/dist/maptalks.vt.gpu.es.js +20884 -0
- package/dist/maptalks.vt.js +4 -4
- package/dist/maptalks.vt.js.map +1 -1
- package/package.json +8 -5
package/dist/maptalks.vt.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @maptalks/vt v0.
|
|
2
|
+
* @maptalks/vt v0.116.0
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2025 maptalks.org
|
|
5
5
|
*/
|
|
@@ -11002,7 +11002,7 @@
|
|
|
11002
11002
|
renderTarget: {
|
|
11003
11003
|
fbo: r
|
|
11004
11004
|
}
|
|
11005
|
-
}, Ut.framebuffer = r, e.clear(Ut), this._parentContext.maskViewport = qt(
|
|
11005
|
+
}, Ut.framebuffer = r, e.clear(Ut), this._parentContext.maskViewport = qt(i.terrainMaskFBO.width / 2),
|
|
11006
11006
|
this._parentContext.viewport = qt(a), this._drawTerrainTile(i.tile);
|
|
11007
11007
|
}
|
|
11008
11008
|
this._endTerrainFrame(n), this._parentContext = s, this.isRenderingTerrainSkin = !1;
|
|
@@ -19551,7 +19551,7 @@
|
|
|
19551
19551
|
if (!(n && n.image && n.image.cache && n.image.cache[0])) continue;
|
|
19552
19552
|
let {geometry: s} = n.image.cache[0];
|
|
19553
19553
|
if (!s || !s[0] || !s[0].geometry) continue;
|
|
19554
|
-
s = s[0].geometry.properties.billGeometry;
|
|
19554
|
+
if (s = s[0].geometry.properties.billGeometry, !s) continue;
|
|
19555
19555
|
const {oldPickingId: a, contextCache: l, textureCache: h, features: c, billTexture: u} = s.properties;
|
|
19556
19556
|
if (!a || !a.length) continue;
|
|
19557
19557
|
let f = !1, d = !1;
|
|
@@ -22778,6 +22778,6 @@
|
|
|
22778
22778
|
e.SYMBOLS_NEED_REBUILD_IN_VT = xf, e.TerrainFlatMaskPainter = wl, e.TerrainFlatMaskPlugin = Ul,
|
|
22779
22779
|
e.TextPainter = Qs, e.TextPlugin = kl, e.TubePlugin = Dl, e.Vector3DLayer = fn,
|
|
22780
22780
|
e.VectorTileLayer = rn, e.VectorTileLayerRenderer = Wt, e.WaterPlugin = zl, e.WireframePainter = Ma,
|
|
22781
|
-
e.WireframePlugin = Fl, e.getVectorPacker = h, "undefined" != typeof console && console.log("@maptalks/vt v0.
|
|
22781
|
+
e.WireframePlugin = Fl, e.getVectorPacker = h, "undefined" != typeof console && console.log("@maptalks/vt v0.116.0");
|
|
22782
22782
|
}));
|
|
22783
22783
|
//# sourceMappingURL=maptalks.vt.js.map
|