| | |
| | | <template> |
| | | <div class="body_box"> |
| | | <div id="cesiumContainer"></div> |
| | | <div id="cesiumContainer"> |
| | | |
| | | </div> |
| | | <export-map |
| | | v-if="layerExportshow" |
| | | @SETexportMap="SETexportMap" |
| | |
| | | > |
| | | |
| | | </coord-location> |
| | | |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import spatialBox from "@/views/query/SpatialQuery.vue"; |
| | | //坐标定位 |
| | | import CoordLocation from "@/views/query/CoordLocation.vue"; |
| | | //阴影分析 |
| | | import mapclock from "@/views/mapClock/index.vue"; |
| | | |
| | | import router from "@/router"; |
| | | import { useStore } from "vuex"; // 引入useStore 方法 |
| | | |
| | |
| | | const functionForJs = (res) => { |
| | | switch (res.type) { |
| | | case "exportMap": |
| | | store.state.exportImgUrl = res.url; |
| | | layerExportshow.value = res.value; |
| | | |
| | | break; |
| | | case "spatialQuery": |
| | | setSpatialQuery(res); |