@maptalks/vt 0.99.0 → 0.101.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 +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.
|
|
2
|
+
* @maptalks/vt v0.101.0
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2024 maptalks.org
|
|
5
5
|
*/
|
|
@@ -17517,5 +17517,5 @@ if (i.mat4.create(), i.transcoders) {
|
|
|
17517
17517
|
|
|
17518
17518
|
export { Qd as ExtrudePolygonLayer, zl as FillPainter, rf as FillPlugin, lr as FilterUtil, pf as GLTFPhongPlugin, mf as GLTFStandardPlugin, bf as GeoJSONVectorTileLayer, yf as HeatmapPlugin, bu as IconPainter, af as IconPlugin, of as LineGradientPlugin, jl as LinePainter, sf as LinePlugin, Jf as LineStringLayer, ff as LitPlugin, vf as MapboxVectorTileLayer, dc as NativeLinePainter, hf as NativeLinePlugin, uc as NativePointPainter, no as PackUtil, kc as PhongPainter, uf as PhongPlugin, qf as PointLayer, Zf as PolygonLayer, ho as SYMBOLS_NEED_REBUILD_IN_VECTOR, lo as SYMBOLS_NEED_REBUILD_IN_VT, sc as TextPainter, lf as TextPlugin, df as TubePlugin, La as Vector3DLayer, Ta as VectorTileLayer, ga as VectorTileLayerRenderer, gf as WaterPlugin, Tc as WireframePainter, cf as WireframePlugin };
|
|
17519
17519
|
|
|
17520
|
-
"undefined" != typeof console && console.log("@maptalks/vt v0.
|
|
17520
|
+
"undefined" != typeof console && console.log("@maptalks/vt v0.101.0");
|
|
17521
17521
|
//# sourceMappingURL=maptalks.vt.es.js.map
|
package/dist/maptalks.vt.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @maptalks/vt v0.
|
|
2
|
+
* @maptalks/vt v0.101.0
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2024 maptalks.org
|
|
5
5
|
*/
|
|
@@ -19219,6 +19219,6 @@
|
|
|
19219
19219
|
t.PointLayer = Mm, t.PolygonLayer = km, t.SYMBOLS_NEED_REBUILD_IN_VECTOR = yl, t.SYMBOLS_NEED_REBUILD_IN_VT = ml,
|
|
19220
19220
|
t.TextPainter = Dd, t.TextPlugin = Rp, t.TubePlugin = jp, t.Vector3DLayer = Wh,
|
|
19221
19221
|
t.VectorTileLayer = zh, t.VectorTileLayerRenderer = Th, t.WaterPlugin = Bp, t.WireframePainter = ip,
|
|
19222
|
-
t.WireframePlugin = zp, "undefined" != typeof console && console.log("@maptalks/vt v0.
|
|
19222
|
+
t.WireframePlugin = zp, "undefined" != typeof console && console.log("@maptalks/vt v0.101.0");
|
|
19223
19223
|
}));
|
|
19224
19224
|
//# sourceMappingURL=maptalks.vt.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maptalks/vt",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.101.0",
|
|
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,8 +33,8 @@
|
|
|
33
33
|
"robust-predicates": "^2.0.4",
|
|
34
34
|
"tinyqueue": "^2.0.3",
|
|
35
35
|
"vt-pbf": "^3.1.0",
|
|
36
|
-
"@maptalks/
|
|
37
|
-
"@maptalks/
|
|
36
|
+
"@maptalks/vt-plugin": "0.96.3",
|
|
37
|
+
"@maptalks/gl": "0.102.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@maptalks/rollup-plugin-glsl-minify": "^0.1.7",
|