@idmwx/idmui-gl4 2.2.0 → 2.2.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/index.js +5 -3
- package/dist/index.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9307,7 +9307,9 @@ function ic(t, e, o, i, a, r) {
|
|
|
9307
9307
|
}, [
|
|
9308
9308
|
p(c, {
|
|
9309
9309
|
text: t.$t("weather.weatherLayers"),
|
|
9310
|
-
location: "left"
|
|
9310
|
+
location: "left",
|
|
9311
|
+
touch: "hover",
|
|
9312
|
+
"auto-hide": 2e3
|
|
9311
9313
|
}, {
|
|
9312
9314
|
activator: u(({ props: H }) => [
|
|
9313
9315
|
p(l, j(H, {
|
|
@@ -34379,8 +34381,8 @@ const Vh = {
|
|
|
34379
34381
|
center: [120, 30],
|
|
34380
34382
|
dragRotate: !1,
|
|
34381
34383
|
pitchWithRotate: !1,
|
|
34382
|
-
touchZoomRotate: !1,
|
|
34383
|
-
//
|
|
34384
|
+
touchZoomRotate: { enabled: !0, rotate: !1 },
|
|
34385
|
+
// 禁用触摸设备上旋转,保留缩放
|
|
34384
34386
|
projection: "mercator",
|
|
34385
34387
|
preserveDrawingBuffer: !0,
|
|
34386
34388
|
fadeDuration: 300
|