@maptalks/vt 0.63.5 → 0.63.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.js +6 -3
- package/dist/maptalks.vt.mjs +6 -3
- package/package.json +1 -1
package/dist/maptalks.vt.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @maptalks/vt v0.63.
|
|
2
|
+
* @maptalks/vt v0.63.6
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2022 maptalks.org
|
|
5
5
|
*/
|
|
@@ -5022,6 +5022,9 @@
|
|
|
5022
5022
|
dataConfig: {
|
|
5023
5023
|
type: "fill",
|
|
5024
5024
|
only2D: !0
|
|
5025
|
+
},
|
|
5026
|
+
sceneConfig: {
|
|
5027
|
+
antialias: !0
|
|
5025
5028
|
}
|
|
5026
5029
|
};
|
|
5027
5030
|
break;
|
|
@@ -12275,7 +12278,7 @@
|
|
|
12275
12278
|
const Ll = ts("water", _l);
|
|
12276
12279
|
Ll.registerAt(Qi), cr.registerPainter("lit", ll), cr.registerPainter("icon", ya),
|
|
12277
12280
|
cr.registerPainter("fill", Ws), cr.registerPainter("line", Xs), cr.registerPainter("line-gradient", qs),
|
|
12278
|
-
cr.registerPainter("water", _l), Qi.VERSION = "0.63.
|
|
12281
|
+
cr.registerPainter("water", _l), Qi.VERSION = "0.63.6", cr.VERSION = "0.63.6";
|
|
12279
12282
|
if (s.mat4.create(), s.transcoders) {
|
|
12280
12283
|
const t = r.Map.VERSION;
|
|
12281
12284
|
if (t.indexOf("1.0.0-beta") >= 0 || t.indexOf("1.0.0-alpha") >= 0) {
|
|
@@ -12295,5 +12298,5 @@
|
|
|
12295
12298
|
t.VectorTileLayerRenderer = ji, t.WaterPlugin = Ll, t.WireframePainter = sl, t.WireframePlugin = Cl,
|
|
12296
12299
|
Object.defineProperty(t, "t", {
|
|
12297
12300
|
value: !0
|
|
12298
|
-
}), "undefined" != typeof console && console.log("@maptalks/vt v0.63.
|
|
12301
|
+
}), "undefined" != typeof console && console.log("@maptalks/vt v0.63.6");
|
|
12299
12302
|
}));
|
package/dist/maptalks.vt.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @maptalks/vt v0.63.
|
|
2
|
+
* @maptalks/vt v0.63.6
|
|
3
3
|
* LICENSE : undefined
|
|
4
4
|
* (c) 2016-2022 maptalks.org
|
|
5
5
|
*/
|
|
@@ -999,6 +999,9 @@ class nt extends t.renderer.TileLayerCanvasRenderer {
|
|
|
999
999
|
dataConfig: {
|
|
1000
1000
|
type: "fill",
|
|
1001
1001
|
only2D: !0
|
|
1002
|
+
},
|
|
1003
|
+
sceneConfig: {
|
|
1004
|
+
antialias: !0
|
|
1002
1005
|
}
|
|
1003
1006
|
};
|
|
1004
1007
|
break;
|
|
@@ -8182,7 +8185,7 @@ const Cr = Jt("water", gr);
|
|
|
8182
8185
|
|
|
8183
8186
|
Cr.registerAt(ct), At.registerPainter("lit", nr), At.registerPainter("icon", hi),
|
|
8184
8187
|
At.registerPainter("fill", Ne), At.registerPainter("line", Ve), At.registerPainter("line-gradient", je),
|
|
8185
|
-
At.registerPainter("water", gr), ct.VERSION = "0.63.
|
|
8188
|
+
At.registerPainter("water", gr), ct.VERSION = "0.63.6", At.VERSION = "0.63.6";
|
|
8186
8189
|
|
|
8187
8190
|
if (e.mat4.create(), e.transcoders) {
|
|
8188
8191
|
const n = t.Map.VERSION;
|
|
@@ -8196,4 +8199,4 @@ if (e.mat4.create(), e.transcoders) {
|
|
|
8196
8199
|
|
|
8197
8200
|
export { Ne as FillPainter, xr as FillPlugin, kr as GLTFPhongPlugin, Ir as GLTFStandardPlugin, vt as GeoJSONVectorTileLayer, Or as HeatmapPlugin, hi as IconPainter, wr as IconPlugin, Ar as LineGradientPlugin, Ve as LinePainter, br as LinePlugin, Ut as LineStringLayer, Tr as LitPlugin, yt as MapboxVectorTileLayer, Bi as NativeLinePainter, Sr as NativeLinePlugin, Gi as NativePointPainter, Ki as PhongPainter, Mr as PhongPlugin, jt as PointLayer, Gt as PolygonLayer, Li as TextPainter, _r as TextPlugin, At as Vector3DLayer, ct as VectorTileLayer, nt as VectorTileLayerRenderer, Cr as WaterPlugin, Qi as WireframePainter, Pr as WireframePlugin };
|
|
8198
8201
|
|
|
8199
|
-
"undefined" != typeof console && console.log("@maptalks/vt v0.63.
|
|
8202
|
+
"undefined" != typeof console && console.log("@maptalks/vt v0.63.6");
|