GuLiMmo
2024-03-19 aec00ecc093be803860c8675cbe1c4c776a7cb4e
src/components/cesiumMap/cesium.vue
@@ -40,7 +40,7 @@
      </div>
    </div>
  </a-popover>
</template>\
</template>
<script setup lang="ts">
import { ref, } from 'vue'
@@ -85,7 +85,7 @@
  }
}
const searchLocation = _.debounce(search, 500)
const { flyTo, addPoint, removeById, switchModel, dimension, zoonIn, zoonOut, roadPattern, patternMap } = cesiumOperation()
const { flyTo, addPoint, removeById, switchModel, dimension, zoonIn, zoonOut, roadPattern, patternMap, loadGeoJson } = cesiumOperation()
const enter = (e: string) => {
  removeById('key')
  const filterItem = resultList.value.find(v => v.value === e)
@@ -151,6 +151,7 @@
<style scoped lang="scss">
.cesium {
  position: relative;
  :deep(.cesium-viewer-bottom) {
    display: none !important;
  }