@maptalks/vt 0.108.5 → 0.108.6
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 +2 -2
- package/dist/maptalks.vt.js +2 -2
- package/package.json +2 -2
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.6
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2025 maptalks.org
|
|
5
5
|
*/
|
|
@@ -20771,5 +20771,5 @@ if (r.transcoders) {
|
|
|
20771
20771
|
|
|
20772
20772
|
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 };
|
|
20773
20773
|
|
|
20774
|
-
"undefined" != typeof console && console.log("@maptalks/vt v0.108.
|
|
20774
|
+
"undefined" != typeof console && console.log("@maptalks/vt v0.108.6");
|
|
20775
20775
|
//# sourceMappingURL=maptalks.vt.es.js.map
|
package/dist/maptalks.vt.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @maptalks/vt v0.108.
|
|
2
|
+
* @maptalks/vt v0.108.6
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2025 maptalks.org
|
|
5
5
|
*/
|
|
@@ -22674,6 +22674,6 @@
|
|
|
22674
22674
|
e.TerrainFlatMaskPainter = Tl, e.TerrainFlatMaskPlugin = zl, e.TextPainter = Ks,
|
|
22675
22675
|
e.TextPlugin = Il, e.TubePlugin = Fl, e.Vector3DLayer = un, e.VectorTileLayer = rn,
|
|
22676
22676
|
e.VectorTileLayerRenderer = jt, e.WaterPlugin = Ll, e.WireframePainter = Sa, e.WireframePlugin = kl,
|
|
22677
|
-
"undefined" != typeof console && console.log("@maptalks/vt v0.108.
|
|
22677
|
+
"undefined" != typeof console && console.log("@maptalks/vt v0.108.6");
|
|
22678
22678
|
}));
|
|
22679
22679
|
//# sourceMappingURL=maptalks.vt.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maptalks/vt",
|
|
3
|
-
"version": "0.108.
|
|
3
|
+
"version": "0.108.6",
|
|
4
4
|
"description": "The vector-tile plugin for maptalks.js",
|
|
5
5
|
"main": "dist/maptalks.vt.js",
|
|
6
6
|
"module": "dist/maptalks.vt.es.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"robust-predicates": "^2.0.4",
|
|
34
34
|
"tinyqueue": "^2.0.3",
|
|
35
35
|
"vt-pbf": "^3.1.0",
|
|
36
|
-
"@maptalks/gl": "0.109.
|
|
36
|
+
"@maptalks/gl": "0.109.6",
|
|
37
37
|
"@maptalks/vt-plugin": "0.100.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|