Browse Source

fix

master
茹嘉辉 1 month ago
parent
commit
7b76924b29
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      src/App.vue

+ 0
- 12
src/App.vue View File

@ -66,18 +66,6 @@ async function getTerrainPosition(cartographic: Cartographic) {
</script>
<template>
<div class="panel">
<div
v-for="(p, index) in pointList"
:key="index"
:class="{ active: p === selectedPoint }"
>
<span> {{ index + 1 }}</span>
<span>高度{{ p.alt.toFixed(1) }}</span>
<button @click="removePoint(index)">删除</button>
</div>
</div>
<div id="cesium-viewer" ref="viewerDivRef"></div>
<div id="minimap">
<div class="zoom-frame warning" style="width: 200px; height: 150px;">

Loading…
Cancel
Save