shuishen
2022-01-26 861909016ee49f9892164142f983b0bf99f43fbf
模型点击事件修改
2 files modified
6 ■■■■ changed files
src/components/map/index.vue 2 ●●● patch | view | raw | blame | history
src/pcviews/tool/ranging.vue 4 ●●●● patch | view | raw | blame | history
src/components/map/index.vue
@@ -355,7 +355,7 @@
            //     name: '地形'
            // })
            // viewer.use(new that.DC.Measure())
            viewer.use(new that.DC.Measure())
            // viewer.flyToPosition(
            //     new that.DC.Position(117.08489820, 31.65413916, 1500, 0, -90, 45)
src/pcviews/tool/ranging.vue
@@ -3,7 +3,7 @@
 * @Name: 地图测距
 * @Date: 2021-11-13 16:04:27
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-12-24 09:46:27
 * @Last Modified time: 2022-01-26 11:24:56
 */
<template>
@@ -34,7 +34,7 @@
            <el-button type="danger"
                       size="mini"
                       @click.stop="deactivate">
                结束
                清除
            </el-button>
        </div>
    </div>