@maptalks/vt 0.106.1 → 0.106.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 +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.106.
|
|
2
|
+
* @maptalks/vt v0.106.2
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2025 maptalks.org
|
|
5
5
|
*/
|
|
@@ -20050,5 +20050,5 @@ if (r.transcoders) {
|
|
|
20050
20050
|
|
|
20051
20051
|
export { Pl as ExtrudePolygonLayer, Cn as FillPainter, To as FillPlugin, Ol as FilterUtil, Ro as GLTFPhongPlugin, Eo as GLTFStandardPlugin, zo as GeoJSONVectorTileLayer, Do as HeatmapPlugin, Pr as IconPainter, Mo as IconPlugin, wo as LineGradientPlugin, Rn as LinePainter, So as LinePlugin, pa as LineStringLayer, Fo as LitPlugin, Ho as MapboxVectorTileLayer, Ms as NativeLinePainter, Io as NativeLinePlugin, Ts as NativePointPainter, Fl as PackUtil, Vs as PhongPainter, Co as PhongPlugin, fa as PointLayer, ya as PolygonLayer, El as SYMBOLS_NEED_REBUILD_IN_VECTOR, Rl as SYMBOLS_NEED_REBUILD_IN_VT, xs as TextPainter, Po as TextPlugin, Oo as TubePlugin, mt as Vector3DLayer, ht as VectorTileLayer, $e as VectorTileLayerRenderer, Lo as WaterPlugin, Bs as WireframePainter, ko as WireframePlugin };
|
|
20052
20052
|
|
|
20053
|
-
"undefined" != typeof console && console.log("@maptalks/vt v0.106.
|
|
20053
|
+
"undefined" != typeof console && console.log("@maptalks/vt v0.106.2");
|
|
20054
20054
|
//# sourceMappingURL=maptalks.vt.es.js.map
|
package/dist/maptalks.vt.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @maptalks/vt v0.106.
|
|
2
|
+
* @maptalks/vt v0.106.2
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2025 maptalks.org
|
|
5
5
|
*/
|
|
@@ -21979,6 +21979,6 @@
|
|
|
21979
21979
|
e.PointLayer = Cl, e.PolygonLayer = El, e.SYMBOLS_NEED_REBUILD_IN_VECTOR = Mu, e.SYMBOLS_NEED_REBUILD_IN_VT = Su,
|
|
21980
21980
|
e.TextPainter = Lo, e.TextPlugin = ja, e.TubePlugin = qa, e.Vector3DLayer = ln,
|
|
21981
21981
|
e.VectorTileLayer = en, e.VectorTileLayerRenderer = Ut, e.WaterPlugin = Qa, e.WireframePainter = oa,
|
|
21982
|
-
e.WireframePlugin = Ya, "undefined" != typeof console && console.log("@maptalks/vt v0.106.
|
|
21982
|
+
e.WireframePlugin = Ya, "undefined" != typeof console && console.log("@maptalks/vt v0.106.2");
|
|
21983
21983
|
}));
|
|
21984
21984
|
//# sourceMappingURL=maptalks.vt.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maptalks/vt",
|
|
3
|
-
"version": "0.106.
|
|
3
|
+
"version": "0.106.2",
|
|
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.
|
|
36
|
+
"@maptalks/gl": "0.107.0",
|
|
37
37
|
"@maptalks/vt-plugin": "0.99.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|