bill 1 년 전
부모
커밋
c4e36b4ab5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/sdk/association.ts

+ 1 - 0
src/sdk/association.ts

@@ -473,6 +473,7 @@ export const setMap = (open: boolean, type:string = 'satellite') => {
 
   if (!opened) {
     const latlng = caseProject.value!.tmProject?.latlng.split(',').map(i => Number(i))
+    console.log('open map')
     sdk.enableMap && sdk.enableMap(document.querySelector('#scene-map') as HTMLDivElement, latlng)
     opened = true
   }