@idmwx/idmui-gl4 2.2.1 → 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 +2 -2
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34381,8 +34381,8 @@ const Vh = {
|
|
|
34381
34381
|
center: [120, 30],
|
|
34382
34382
|
dragRotate: !1,
|
|
34383
34383
|
pitchWithRotate: !1,
|
|
34384
|
-
touchZoomRotate: !1,
|
|
34385
|
-
//
|
|
34384
|
+
touchZoomRotate: { enabled: !0, rotate: !1 },
|
|
34385
|
+
// 禁用触摸设备上旋转,保留缩放
|
|
34386
34386
|
projection: "mercator",
|
|
34387
34387
|
preserveDrawingBuffer: !0,
|
|
34388
34388
|
fadeDuration: 300
|