@maptalks/vt 0.105.0 → 0.105.1
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 +3 -3
package/dist/maptalks.vt.d.ts
CHANGED
package/dist/maptalks.vt.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @maptalks/vt v0.105.
|
|
2
|
+
* @maptalks/vt v0.105.1
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2025 maptalks.org
|
|
5
5
|
*/
|
|
@@ -19989,5 +19989,5 @@ if (i.transcoders) {
|
|
|
19989
19989
|
|
|
19990
19990
|
export { Tl as ExtrudePolygonLayer, In as FillPainter, _o as FillPlugin, Il as FilterUtil, Co as GLTFPhongPlugin, ko as GLTFStandardPlugin, Do as GeoJSONVectorTileLayer, Oo as HeatmapPlugin, Mr as IconPainter, Ao as IconPlugin, bo as LineGradientPlugin, Fn as LinePainter, vo as LinePlugin, ca as LineStringLayer, Po as LitPlugin, Ro as MapboxVectorTileLayer, ws as NativeLinePainter, So as NativeLinePlugin, As as NativePointPainter, Pl as PackUtil, zs as PhongPainter, wo as PhongPlugin, la as PointLayer, da as PolygonLayer, kl as SYMBOLS_NEED_REBUILD_IN_VECTOR, Cl as SYMBOLS_NEED_REBUILD_IN_VT, ys as TextPainter, To as TextPlugin, Io as TubePlugin, gt as Vector3DLayer, lt as VectorTileLayer, qe as VectorTileLayerRenderer, Fo as WaterPlugin, Us as WireframePainter, Mo as WireframePlugin };
|
|
19991
19991
|
|
|
19992
|
-
"undefined" != typeof console && console.log("@maptalks/vt v0.105.
|
|
19992
|
+
"undefined" != typeof console && console.log("@maptalks/vt v0.105.1");
|
|
19993
19993
|
//# sourceMappingURL=maptalks.vt.es.js.map
|
package/dist/maptalks.vt.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @maptalks/vt v0.105.
|
|
2
|
+
* @maptalks/vt v0.105.1
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2025 maptalks.org
|
|
5
5
|
*/
|
|
@@ -21920,6 +21920,6 @@
|
|
|
21920
21920
|
e.PointLayer = Ml, e.PolygonLayer = Ol, e.SYMBOLS_NEED_REBUILD_IN_VECTOR = Tu, e.SYMBOLS_NEED_REBUILD_IN_VT = Au,
|
|
21921
21921
|
e.TextPainter = Lo, e.TextPlugin = Ua, e.TubePlugin = Xa, e.Vector3DLayer = ln,
|
|
21922
21922
|
e.VectorTileLayer = en, e.VectorTileLayerRenderer = Ut, e.WaterPlugin = $a, e.WireframePainter = oa,
|
|
21923
|
-
e.WireframePlugin = ja, "undefined" != typeof console && console.log("@maptalks/vt v0.105.
|
|
21923
|
+
e.WireframePlugin = ja, "undefined" != typeof console && console.log("@maptalks/vt v0.105.1");
|
|
21924
21924
|
}));
|
|
21925
21925
|
//# sourceMappingURL=maptalks.vt.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maptalks/vt",
|
|
3
|
-
"version": "0.105.
|
|
3
|
+
"version": "0.105.1",
|
|
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.106.
|
|
36
|
+
"@maptalks/gl": "0.106.1",
|
|
37
37
|
"@maptalks/vt-plugin": "0.99.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"eslint-plugin-mocha": "^10.4.1",
|
|
51
51
|
"express": "^4.17.1",
|
|
52
52
|
"happen": "^0.3.1",
|
|
53
|
-
"maptalks": "^1.1.
|
|
53
|
+
"maptalks": "^1.1.1",
|
|
54
54
|
"mocha": "^10.3.0",
|
|
55
55
|
"pixelmatch": "^4.0.2",
|
|
56
56
|
"rollup": "^4.17.2",
|