@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.d.ts
CHANGED
package/dist/maptalks.vt.es.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
|
*/
|
|
@@ -9802,7 +9802,7 @@ class Qe extends(l(We(je))){
|
|
|
9802
9802
|
renderTarget: {
|
|
9803
9803
|
fbo: r
|
|
9804
9804
|
}
|
|
9805
|
-
}, Ze.framebuffer = r, e.clear(Ze), this._parentContext.maskViewport = rt(
|
|
9805
|
+
}, Ze.framebuffer = r, e.clear(Ze), this._parentContext.maskViewport = rt(i.terrainMaskFBO.width / 2),
|
|
9806
9806
|
this._parentContext.viewport = rt(a), this._drawTerrainTile(i.tile);
|
|
9807
9807
|
}
|
|
9808
9808
|
this._endTerrainFrame(n), this._parentContext = s, this.isRenderingTerrainSkin = !1;
|
|
@@ -18235,7 +18235,7 @@ class oa extends _n {
|
|
|
18235
18235
|
if (!(n && n.image && n.image.cache && n.image.cache[0])) continue;
|
|
18236
18236
|
let {geometry: s} = n.image.cache[0];
|
|
18237
18237
|
if (!s || !s[0] || !s[0].geometry) continue;
|
|
18238
|
-
s = s[0].geometry.properties.billGeometry;
|
|
18238
|
+
if (s = s[0].geometry.properties.billGeometry, !s) continue;
|
|
18239
18239
|
const {oldPickingId: a, contextCache: l, textureCache: h, features: c, billTexture: u} = s.properties;
|
|
18240
18240
|
if (!a || !a.length) continue;
|
|
18241
18241
|
let f = !1, d = !1;
|
|
@@ -20880,5 +20880,5 @@ if (r.transcoders) {
|
|
|
20880
20880
|
|
|
20881
20881
|
export { oa as BillBoardPainter, ba as BillBoardPlugin, xh as ExtrudePolygonLayer, Bn as FillPainter, ha as FillPlugin, Sh as FilterUtil, _a as GLTFPhongPlugin, va as GLTFStandardPlugin, Ma as GeoJSONVectorTileLayer, Aa as HeatmapPlugin, Wr as IconPainter, fa as IconPlugin, ua as LineGradientPlugin, Yn as LinePainter, ca as LinePlugin, rl as LineStringLayer, ya as LitPlugin, wa as MapboxVectorTileLayer, jo as NativeLinePainter, pa as NativeLinePlugin, Uo as NativePointPainter, bh as PackUtil, as as PhongPainter, ga as PhongPlugin, tl as PointLayer, nl as PointLayerRenderer, ll as PolygonLayer, Ph as SYMBOLS_NEED_REBUILD_IN_VECTOR, wh as SYMBOLS_NEED_REBUILD_IN_VT, la as TerrainFlatMaskPainter, Sa as TerrainFlatMaskPlugin, Ho as TextPainter, da as TextPlugin, xa as TubePlugin, vt as Vector3DLayer, ft as VectorTileLayer, Qe as VectorTileLayerRenderer, Ta as WaterPlugin, hs as WireframePainter, ma as WireframePlugin, L as getVectorPacker };
|
|
20882
20882
|
|
|
20883
|
-
"undefined" != typeof console && console.log("@maptalks/vt v0.
|
|
20883
|
+
"undefined" != typeof console && console.log("@maptalks/vt v0.116.0");
|
|
20884
20884
|
//# sourceMappingURL=maptalks.vt.es.js.map
|