@maptalks/vt 0.108.2 → 0.108.3
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.108.
|
|
2
|
+
* @maptalks/vt v0.108.3
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2025 maptalks.org
|
|
5
5
|
*/
|
|
@@ -12191,6 +12191,7 @@ class gn {
|
|
|
12191
12191
|
this._outlineShaders = [];
|
|
12192
12192
|
for (let t = 0; t < this.picking.length; t++) {
|
|
12193
12193
|
const n = this.picking[t].getPickingVert(), i = this.picking[t].getPickingWGSLVert(), r = {
|
|
12194
|
+
PICKING_MODE: 1,
|
|
12194
12195
|
ENABLE_PICKING: 1,
|
|
12195
12196
|
HAS_PICKING_ID: 1
|
|
12196
12197
|
}, s = this.picking[t].getUniformDeclares().slice(0);
|
|
@@ -20763,5 +20764,5 @@ if (r.transcoders) {
|
|
|
20763
20764
|
|
|
20764
20765
|
export { ia as BillBoardPainter, Aa as BillBoardPlugin, ph as ExtrudePolygonLayer, Gn as FillPainter, aa as FillPlugin, _h as FilterUtil, ya as GLTFPhongPlugin, xa as GLTFStandardPlugin, wa as GeoJSONVectorTileLayer, _a as HeatmapPlugin, Gr as IconPainter, ca as IconPlugin, ha as LineGradientPlugin, $n as LinePainter, la as LinePlugin, tl as LineStringLayer, ga as LitPlugin, ba as MapboxVectorTileLayer, Bo as NativeLinePainter, fa as NativeLinePlugin, zo as NativePointPainter, xh as PackUtil, os as PhongPainter, da as PhongPlugin, Qa as PointLayer, rl as PolygonLayer, Ah as SYMBOLS_NEED_REBUILD_IN_VECTOR, vh as SYMBOLS_NEED_REBUILD_IN_VT, sa as TerrainFlatMaskPainter, Ta as TerrainFlatMaskPlugin, Eo as TextPainter, ua as TextPlugin, ma as TubePlugin, _t as Vector3DLayer, ft as VectorTileLayer, Qe as VectorTileLayerRenderer, va as WaterPlugin, as as WireframePainter, pa as WireframePlugin };
|
|
20765
20766
|
|
|
20766
|
-
"undefined" != typeof console && console.log("@maptalks/vt v0.108.
|
|
20767
|
+
"undefined" != typeof console && console.log("@maptalks/vt v0.108.3");
|
|
20767
20768
|
//# sourceMappingURL=maptalks.vt.es.js.map
|