Browse Source

底图层级

CzRger 1 year ago
parent
commit
f474f85741
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/components/easyMap/initMapInfo.ts

+ 5 - 5
src/components/easyMap/initMapInfo.ts

@@ -48,8 +48,8 @@ const baseMapLayers = [
     key: 'sea',
     name: 'base_haitu',
     label: '海图',
-    maxZoom: 14,
-    minZoom: 5,
+    maxZoom: 20,
+    minZoom: 1,
     visible: false,
     img: HaituImg
   },
@@ -58,7 +58,7 @@ const baseMapLayers = [
     name: 'base_tianditu',
     label: '陆图',
     maxZoom: 20,
-    minZoom: 8,
+    minZoom: 1,
     visible: true,
     img: LutuImg
   },
@@ -66,8 +66,8 @@ const baseMapLayers = [
     key: 'hnimg',
     name: 'base_weixingtu',
     label: '卫星图',
-    maxZoom: 19,
-    minZoom: 8,
+    maxZoom: 20,
+    minZoom: 1,
     visible: false,
     img: WeixingImg
   },