GuLiMmo
2023-11-24 8a0906c143be1d2280708490d6eb01fbc4afa25f
航线库修改提交
1 files modified
15 ■■■■ changed files
src/pages/page-web/projects/wayline.vue 15 ●●●● patch | view | raw | blame | history
src/pages/page-web/projects/wayline.vue
@@ -89,9 +89,7 @@
        </a-modal>
        <!-- 编辑 -->
        <a-modal class="edit-modal-box" v-model:visible="editVisible" title="编辑航线名称" :get-container="() => projectWayLine"
          :cancel-button-props="{
            ghost: true,
          }" @ok="handleEditName">
          :cancel-button-props="{ ghost: true }" @ok="handleEditName">
          <div class="wayline-title">航线名称</div>
          <a-input v-model:value="currentWayLine.name" placeholder="请输入航线名称" />
        </a-modal>
@@ -344,14 +342,17 @@
    id: 'clickBox',
    position,
    box: {
      dimensions: new Cesium.Cartesian3(10.0, 10.0, 99999),
      dimensions: new Cesium.Cartesian3(10.0, 10.0, 120),
      material: Cesium.Color.MEDIUMSPRINGGREEN.withAlpha(0.1),
      outline: true,
      outlineColor: Cesium.Color.MEDIUMSPRINGGREEN.withAlpha(0.8),
      // outline: true,
      // outlineColor: Cesium.Color.MEDIUMSPRINGGREEN.withAlpha(0.8),
      heightReference: true
    }
  }
  global.$viewer.entities.add(entity)
  const boxEntity = global.$viewer.entities.add(entity)
  global.$viewer.flyTo(boxEntity, {
    duration: 3,
  })
}
function onScroll (e: any) {