浏览代码

地图落点贴地属性设置

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()
     },