소스 검색

地图落点贴地属性设置

wang_xy 2 주 전
부모
커밋
b4b1155ec3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/supermap-2.5d.vue

+ 1 - 1
src/components/supermap-2.5d.vue

@@ -861,7 +861,7 @@ export default {
         })
         that.markerboxEntity.push(marker)
       }
-      that.viewer.scene.globe.depthTestAgainstTerrain = false
+      that.viewer.scene.globe.depthTestAgainstTerrain = true
       // that.createLeftClickDescription()
       that.createRightClickDescription()
     },