Hwf 3 kuukautta sitten
vanhempi
commit
04de5f7144

+ 1 - 1
src/components/Map/YztMap/index.vue

@@ -73,7 +73,7 @@ watch(
 );
 const mapList = reactive({
   satellite2: ['YZT1715739306532', 'YZT1695608158269'],
-  satellite3: ['tianditu'],
+  satellite3: ['YZT1708679726700', 'YZT1695608158269'],
   imageMap: ['YZT1640925052482', 'YZT1695608158269'],
   imageMap2: ['YZT1640925052482', 'YZT1695608158269']
 });

+ 1 - 1
src/hooks/AMap/useAMap.ts

@@ -323,7 +323,7 @@ export function useAMap(options) {
       });
     } else {
       // data = convertCoordinates(data);
-      // 遮罩部分d
+      // 遮罩部分
       // const outer = [
       //   new AMap.LngLat(-180, 90, true),
       //   new AMap.LngLat(-180, -90, true),

+ 0 - 1
src/views/globalMap/RightMenu/DrawTools.vue

@@ -61,7 +61,6 @@ import { nanoid } from 'nanoid';
 import { deepClone } from '@/utils';
 import * as turf from '@turf/turf';
 import Overlay from 'ol/Overlay';
-import YMap from '@/components/Map/YMap.vue';
 
 interface ListItem {
   label: string;