| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036 |
- <template>
- <div class="mapBox">
- <div id="cesiumContainer" style="width: 100%; height: 100vh"></div>
- <div class="menuBox" :class="allyShow ? '' : 'switch'">
- <div class="item">
- <span>图源:</span>
- <el-select
- v-model="basicMapId"
- size="small"
- style="width: 120px"
- @change="setMapImageryProvider"
- >
- <el-option
- v-for="item in basicMapList"
- :key="item.id"
- :label="item.name"
- :value="item.id"
- />
- </el-select>
- </div>
- <div class="item">
- <el-button type="primary" size="small" @click="resetViewport()"
- >初始化视角</el-button
- >
- </div>
- <div class="item">
- <el-button
- size="small"
- :type="windLayer ? 'danger' : 'primary'"
- @click="switchWindLayer"
- >{{ windLayer ? "关闭" : "显示" }}风场图</el-button
- >
- </div>
- <div class="item">
- <el-button
- size="small"
- :type="cloudLayer ? 'danger' : 'primary'"
- @click="switchCloudLayer"
- >{{ cloudLayer ? "关闭" : "显示" }}云图</el-button
- >
- </div>
- <div class="item">
- <el-button
- size="small"
- :type="rainLayer ? 'danger' : 'primary'"
- @click="switchRainLayer"
- >{{ rainLayer ? "关闭" : "显示" }}降雨图</el-button
- >
- </div>
- <div class="item">
- <el-button
- size="small"
- :type="rainLayer ? 'danger' : 'primary'"
- @click="switchTemperatureLayerr"
- >{{ rainLayer ? "关闭" : "显示" }}温度图</el-button
- >
- </div>
- <div class="item">
- <el-button size="small" type="primary" @click="switchTopographicMap"
- >风机</el-button
- >
- </div>
- <el-tooltip
- class="box-item"
- effect="dark"
- :content="`点击${allyShow ? '隐藏' : '常显'}菜单栏`"
- placement="bottom-end"
- >
- <el-icon
- style="margin-left: 20px"
- size="20px"
- :color="allyShow ? '#1890ff' : '#f25656'"
- @click="allyShow = !allyShow"
- >
- <House
- :style="`transform: rotate(${
- allyShow ? -45 : 45
- }deg); transition: 0.2s; cursor: pointer;`"
- />
- </el-icon>
- </el-tooltip>
- </div>
- <div
- class="tag"
- :style="`left:${userClickLeft}px;top:${userClickTop}px`"
- v-if="tagMsg || tagMsg === ''"
- >
- <el-icon class="is-loading" v-if="tagMsg === ''">
- <Loading />
- </el-icon>
- <span v-else>{{ tagMsg || "" }}</span>
- </div>
- <div class="devInfoBox" v-if="showDevInfoBox">
- <div class="item">=== 帧率与内存 ===</div>
- <div class="item">运行帧率: {{ fps }}</div>
- <div class="item">响应时长: {{ ms }}</div>
- <div class="item">内存占用: {{ jsHeapSize }}</div>
- <template v-if="gVendor || gRenderer">
- <div class="item" style="margin-top: 12px">
- ==== 显卡信息 ====
- </div>
- <el-tooltip
- effect="dark"
- :content="gVendor"
- placement="top-end"
- v-if="gVendor"
- >
- <div class="item">制造商: {{ gVendor }}</div>
- </el-tooltip>
- <el-tooltip
- effect="dark"
- :content="gRenderer"
- placement="top-end"
- v-if="gRenderer"
- >
- <div class="item">型号: {{ gRenderer }}</div>
- </el-tooltip>
- </template>
- </div>
- </div>
- <el-dialog
- class="modelDialog"
- v-model="showFjDialog"
- title="Tips"
- top="50px"
- width="80%"
- :before-close="handleClose"
- >
- <el-tabs
- v-model="showFjDialogActiveName"
- style="width: 100%"
- type="border-card"
- >
- <el-tab-pane label="基础信息" name="jcxx">基础信息</el-tab-pane>
- <el-tab-pane label="视频监控" name="spjk">视频监控</el-tab-pane>
- <el-tab-pane label="故障查看" name="gzck">故障查看</el-tab-pane>
- <el-tab-pane label="模型解构" name="mxjg">
- <ModelUnpack v-if="showFjDialogActiveName === 'mxjg'" />
- </el-tab-pane>
- </el-tabs>
- </el-dialog>
- </template>
- <script>
- // import * as Cesium from "../Cesium";
- // import "../Cesium/Widgets/widgets.css";
- import * as Cesium from "cesium";
- import "cesium/Build/Cesium/Widgets/widgets.css";
- import Windy from "../assets/wind/Windy_source.js";
- import basicGeoJson from "../assets/geoJson/basic.json";
- import windLineJson from "../assets/geoJson/windLine_2017121300.json";
- import axios from "axios";
- import ModelUnpack from "@/components/modelUnpack.vue";
- export default {
- name: "CesiumMap",
- components: {
- ModelUnpack,
- },
- data() {
- return {
- showFjDialog: false,
- showFjDialogActiveName: "jcxx",
- checkMode: false, // 调试模式
- allyShow: false,
- viewer: null,
- windLayer: null, // 风场图
- windLayerTimmer: null, // 风场图计时器
- cloudLayer: null, // 卫星云图
- rainLayer: null, // 降雨图
- basicMapId: "gaodeyingxiang", // 地球底图 ID
- // 地球底图数组
- basicMapList: [
- {
- id: "gaodeyingxiang",
- name: "高德影像地图",
- url: "https://webst02.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}",
- minimumLevel: 3,
- maximumLevel: 18,
- credit: "basicMap",
- },
- {
- id: "gaodeshiliang",
- name: "高德矢量地图",
- url: "https://webrd01.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z}",
- minimumLevel: 3,
- maximumLevel: 18,
- credit: "basicMap",
- },
- {
- id: "carto",
- name: "Carto地图",
- url: "http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",
- credit: "basicMap",
- },
- ],
- earthLayer: [],
- userClickLeft: 0,
- userClickTop: 0,
- tagMsg: null,
- systemInfoTimmer: null,
- showDevInfoBox: true,
- fps: "", // 设备帧率
- ms: "", // 设备响应时间
- jsHeapSize: "", // 内存占用
- gVendor: "",
- gRenderer: "",
- labelLayer: null, // 城市名称 label 集合
- loadDone: false, // 地球首次加载滚动到 reset 位置是否完成
- };
- },
- mounted() {
- this.initEventListener();
- this.initCesium();
- if (this.showDevInfoBox) {
- this.initSystemInfo();
- }
- this.getData(106.169866, 38.46637);
- },
- unmounted() {
- if (this.windLayer !== null) {
- clearInterval(this.windLayerTimmer);
- this.windLayer.removeLines();
- this.windLayer = null;
- this.windLayerTimmer = null;
- }
- clearInterval(this.systemInfoTimmer);
- this.systemInfoTimmer = null;
- },
- methods: {
- getData(lat, lon) {
- // axios
- // .get(
- // `https://api.waqi.info/feed/geo:${lat};${lon}/?token=904a1bc6edf77c428347f2fe54cf663bcffaec21`
- // )
- // .then((res) => {
- // console.log(1122, res);
- // });
- },
- // 初始化一些监听事件
- initEventListener() {
- const mapBox = document.querySelector(".mapBox");
- mapBox.addEventListener("click", (e) => {
- const rect = mapBox.getBoundingClientRect();
- this.userClickLeft = (e.clientX - rect.left).toFixed(0);
- this.userClickTop = (e.clientY - rect.top + 20).toFixed(0);
- });
- },
- // 初始化地球
- async initCesium() {
- // 需要从 https://cesium.com/ion/signup 获取
- Cesium.Ion.defaultAccessToken =
- "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIwYTQwNDk3MC05YTZkLTQ2ZTEtODc0MS1lZTFkYjFlOTFmNmQiLCJpZCI6MTcyNDQ1LCJpYXQiOjE3NTQ4ODA4MzF9.KnhENYiHxNwTkhTWRA-lHqG59coLVT2FsIyOru2TV3E";
- // 修改 Cesium 默认地图视角为宁夏,狗东西没效果不知道为什么
- // Cesium.Camera.DEFAULT_VIEW_RACTANGLE = Cesium.Rectangle.fromDegrees(
- // 104.17,
- // 35.14,
- // 107.72,
- // 39.23
- // );
- const viewer = new Cesium.Viewer("cesiumContainer", {
- geocoder: false, // 地址搜索控件
- homeButton: false, // 返回地图初始位置控件
- infoBox: false, // 地图默认的信息控件
- sceneModePicker: false, // 场景模式切换控件
- baseLayerPicker: false, // 底图切换控件
- navigationHelpButton: false, // 帮助控件
- animation: false, // 动画控制控件
- timeline: false, // 时间线控件
- fullscreenButton: false, // 全屏按钮控件
- imageryProvider: false, // 是否显示 Cesium 默认地图的底图
- vrButton: false,
- selectionIndicator: false,
- shouldAnimate: true,
- // terrainProvider: await Cesium.createWorldTerrainAsync({
- // requestVertexNormals: true,
- // requestWaterMask: true,
- // }),
- // terrainProvider: new Cesium.CesiumTerrainProvider({
- // url: "/static/layer.json", // 对应 public/terrain-data 目录
- // requestVertexNormals: true, // 保留法线数据(光照效果)
- // requestWaterMask: false, // 本地地形通常无水面效果(需自定义)
- // }),
- });
- // 隐藏 Cesium Logo
- viewer.cesiumWidget.creditContainer.style.display = "none";
- this.viewer = viewer;
- this.setMapImageryProvider();
- this.initGeoJsonData();
- // 添加一些3D模型
- this.addModel(
- "./static/model/fengjiduli/model.glb",
- "风机",
- 106.169866,
- 38.46637
- );
- },
- addModel(uri, name, lon, lat) {
- const hpRoll = new Cesium.HeadingPitchRoll(90.0, 0.0, 0.0);
- const position = Cesium.Cartesian3.fromDegrees(lon, lat);
- const orientation = Cesium.Transforms.headingPitchRollQuaternion(
- position,
- hpRoll
- );
- this.viewer.entities.add({
- name, // 模型名称
- position, // 模型位置
- orientation, // 模型朝向
- model: {
- uri,
- scale: 100.0,
- // 模型贴地
- heightReference: Cesium.HeightReference.CLAMP_TO_GROUND,
- },
- });
- },
- // 初始化Cesium内部鼠标事件
- initEventInputAction() {
- this.$nextTick(() => {
- const viewer = this.viewer;
- // 添加点击事件显示坐标
- viewer.screenSpaceEventHandler.setInputAction((movement) => {
- const ray = this.viewer.camera.getPickRay(movement.position);
- if (!ray) {
- this.tagMsg = null;
- console.log("无法获取射线");
- return;
- }
- const position = this.viewer.scene.globe.pick(ray, this.viewer.scene);
- if (!position) {
- this.tagMsg = null;
- console.log("未找到地球表面交点");
- return;
- }
- const cartographic = Cesium.Cartographic.fromCartesian(position);
- if (!cartographic) {
- this.tagMsg = null;
- console.log("坐标转换失败");
- return;
- }
- this.getClickCloudOpacity(cartographic);
- this.getLocationData(cartographic);
- return;
- const cartesian = viewer.camera.pickEllipsoid(
- movement.position,
- viewer.scene.globe.ellipsoid
- );
- if (cartesian) {
- const cartographic = Cesium.Cartographic.fromCartesian(cartesian);
- const lon = Cesium.Math.toDegrees(cartographic.longitude).toFixed(
- 5
- );
- const lat = Cesium.Math.toDegrees(cartographic.latitude).toFixed(5);
- viewer.entities.removeAll();
- viewer.entities.add({
- position: cartesian,
- point: {
- pixelSize: 10,
- color: Cesium.Color.RED,
- },
- label: {
- text: `经度: ${lon}°, 纬度: ${lat}°`,
- font: '16px "Microsoft YaHei"',
- fillColor: Cesium.Color.WHITE,
- outlineColor: Cesium.Color.BLACK,
- outlineWidth: 2,
- style: Cesium.LabelStyle.FILL_AND_OUTLINE,
- pixelOffset: new Cesium.Cartesian2(0, -30),
- },
- });
- }
- }, Cesium.ScreenSpaceEventType.LEFT_CLICK);
- // 监听鼠标滚轮事件
- viewer.screenSpaceEventHandler.setInputAction((wheelment) => {
- this.tagMsg = null;
- }, Cesium.ScreenSpaceEventType.WHEEL);
- // 监听鼠标移动事件
- // viewer.screenSpaceEventHandler.setInputAction((movement) => {
- // this.getHoverCityLabel(movement);
- // }, Cesium.ScreenSpaceEventType.MOUSE_MOVE);
- });
- },
- // 获取鼠标划过位置的城市名称 label
- getHoverCityLabel(movement) {
- const picked = this.viewer.scene.pick(movement.startPosition);
- const label = picked ? picked.primitive : null;
- if (label) {
- this.viewer.scene.canvas.style.cursor = "pointer";
- } else {
- this.viewer.scene.canvas.style.cursor = "default";
- }
- this.labelLayer._labels.forEach((ele) => {
- if (ele.id === label?.id) {
- label.fillColor = Cesium.Color.YELLOW;
- label.outlineColor = Cesium.Color.BLACK;
- } else {
- ele.fillColor = Cesium.Color.fromCssColorString("#000");
- ele.outlineColor = Cesium.Color.WHITE;
- }
- });
- },
- // 根据经纬度获取周围一定范围城市基础信息
- getLocationData({ latitude, longitude }) {
- const lat = Cesium.Math.toDegrees(latitude);
- const lon = Cesium.Math.toDegrees(longitude);
- axios
- .get(
- `/ventusky/ventusky_location.json.php?lat=${lat}&lon=${lon}&zoom=${this.getZoomLevel()}`
- )
- .then((res) => {
- console.log(111, res.data);
- // https://api.waqi.info/feed/geo:35.3286804492;108.9025100708/?token=904a1bc6edf77c428347f2fe54cf663bcffaec21
- // res.data.city
- });
- },
- // 获取 zoom 级别
- getZoomLevel() {
- let zoomLevel = 0;
- const tilesToRender = this.viewer.scene.globe._surface._tilesToRender;
- if (tilesToRender.length !== 0) {
- zoomLevel = tilesToRender[0].level;
- }
- return zoomLevel - 1;
- },
- // 初始化性能监控
- initSystemInfo() {
- this.viewer.scene.debugShowFramesPerSecond = false;
- // 性能监控变量
- let lastFrameTime = performance.now();
- let frameCount = 0;
- let fps = 0;
- let frameTime = 0;
- // 获取帧率与响应时长
- this.viewer.scene.postRender.addEventListener(() => {
- const now = performance.now();
- const delta = now - lastFrameTime;
- frameCount++;
- // 每秒更新一次数据(避免更新太频繁)
- if (delta >= 1000) {
- fps = Math.round((frameCount * 1000) / delta);
- frameTime = delta / frameCount;
- // 更新显示
- this.fps = `${fps} FPS`;
- this.ms = `${frameTime.toFixed(1) + " ms"}`;
- // 重置计数器
- frameCount = 0;
- lastFrameTime = now;
- }
- });
- // 获取内存占用
- if (window.performance && performance.memory) {
- const jsHeapSize = performance.memory.usedJSHeapSize / 1048576;
- this.jsHeapSize = `${parseInt(jsHeapSize)} MB`;
- // const memory = performance.memory;
- // console.log("已分配堆内存:", memory.totalJSHeapSize / 1048576 + " MB");
- // console.log("已使用堆内存:", memory.usedJSHeapSize / 1048576 + " MB");
- // console.log("堆内存限制:", memory.jsHeapSizeLimit / 1048576 + " MB");
- }
- // 获取显卡信息
- const canvas = document.createElement("canvas");
- const gl = canvas.getContext("webgl");
- if (gl) {
- const debugInfo = gl.getExtension("WEBGL_debug_renderer_info");
- if (debugInfo) {
- const gVendor = gl.getParameter(debugInfo.UNMASKED_VENDOR_WEBGL);
- const gRenderer = gl.getParameter(debugInfo.UNMASKED_RENDERER_WEBGL);
- // console.log("GPU厂商:", gVendor);
- // console.log("GPU型号:", gRenderer);
- this.gVendor = gVendor;
- this.gRenderer = gRenderer.split(",")?.[1]
- ? gRenderer.split(",")?.[1]
- : "";
- }
- }
- },
- getClickCloudOpacity(cartographic) {
- try {
- const level = this.calculateTileLevel(this.viewer);
- const tilingScheme = new Cesium.WebMercatorTilingScheme();
- // 确保 tilingScheme 有 positionToTileXY 方法
- if (!tilingScheme.positionToTileXY) {
- console.error("tilingScheme没有positionToTileXY方法");
- return;
- }
- if (!this.cloudLayer) {
- this.tagMsg = null;
- } else {
- this.tagMsg = "";
- }
- const tileXY = tilingScheme.positionToTileXY(cartographic, level);
- this.checkMode &&
- console.log(`瓦片坐标: 级别=${level}, X=${tileXY.x}, Y=${tileXY.y}`);
- const clickTileUrl = this.replaceTemplate(
- // mapSelect.url,
- "https://tile.openweathermap.org/map/clouds_new/{z}/{x}/{y}.png?appid=3b66d35579770393051599f8d518df4a",
- level,
- tileXY
- );
- this.checkMode && console.log(`用户点击位置瓦片url: ${clickTileUrl}`);
- // 存储当前瓦片信息
- const layer = this.viewer.imageryLayers.get(0);
- const provider = layer.imageryProvider;
- const currentTile = {
- x: tileXY.x,
- y: tileXY.y,
- level: level,
- rectangle: tilingScheme.tileXYToRectangle(tileXY.x, tileXY.y, level),
- size: {
- width: provider.tileWidth || 256,
- height: provider.tileHeight || 256,
- },
- };
- // 计算并显示在瓦片内的位置
- const clickPos = this.calculateTilePosition(cartographic, currentTile);
- if (this.cloudLayer) {
- this.getTileImageOpacity(
- clickTileUrl,
- clickPos.pixelX,
- clickPos.pixelY
- ).then((imgSource) => {
- const {
- rawAlpha, // 原始透明度值 (0-255)
- alphaPercentage, // 透明度百分比
- whiteScore, // 白色程度得分 (0-100)
- } = imgSource;
- this.checkMode && console.log(111, alphaPercentage);
- this.tagMsg = `${alphaPercentage * 2}%`;
- });
- }
- if (this.checkMode) {
- const tileRectangle = tilingScheme.tileXYToRectangle(
- tileXY.x,
- tileXY.y,
- level
- );
- this.highlightTile(viewer, tileRectangle);
- }
- } catch (error) {
- console.error("获取瓦片时出错:", error);
- }
- },
- // 计算瓦片级别的辅助函数
- calculateTileLevel(viewer) {
- // 方法1:根据相机高度估算
- const height = viewer.camera.positionCartographic.height;
- if (!height) return 12; // 默认值
- // 高度与级别的近似关系(根据实际需求调整)
- const level = Math.floor(20 - Math.log(height / 1000) / Math.log(2));
- return Math.max(0, Math.min(18, level)); // 限制在0-18级之间
- // 方法2:使用当前视图的细节层次
- // return viewer.scene.globe.maximumScreenSpaceError;
- },
- // 高亮显示瓦片的辅助函数
- highlightTile(viewer, rectangle) {
- // 移除之前的高亮
- viewer.entities.removeById("highlighted-tile");
- // 添加新的高亮
- viewer.entities.add({
- id: "highlighted-tile",
- rectangle: {
- coordinates: rectangle,
- material: Cesium.Color.RED.withAlpha(0.3),
- outline: true,
- outlineColor: Cesium.Color.RED,
- outlineWidth: 2,
- },
- });
- },
- // 计算在瓦片内的位置
- calculateTilePosition(cartographic, tile) {
- const rect = tile.rectangle;
- const size = tile.size;
- // 计算在瓦片内的归一化位置
- const lonNormalized =
- (cartographic.longitude - rect.west) / (rect.east - rect.west);
- const latNormalized =
- (cartographic.latitude - rect.south) / (rect.north - rect.south);
- // 转换为像素坐标(原点在左上角)
- const pixelX = Math.floor(lonNormalized * size.width);
- const pixelY = Math.floor((1 - latNormalized) * size.height); // 翻转Y轴
- this.checkMode && console.log(`left:${pixelX},top:${pixelY}`);
- return { pixelX, pixelY };
- },
- // canvas 获取地图瓦片颜色信息
- async getTileImageOpacity(imageUrl, left, top) {
- // 1. 创建临时图像加载网络图片
- const img = new Image();
- img.crossOrigin = "Anonymous"; // 解决跨域问题
- img.src = imageUrl;
- // 2. 图片加载完成后处理
- await new Promise((resolve) => (img.onload = resolve));
- // 3. 创建Canvas并绘制图像
- const canvas = document.createElement("canvas");
- canvas.width = img.width;
- canvas.height = img.height;
- const ctx = canvas.getContext("2d");
- ctx.drawImage(img, 0, 0);
- // 4. 获取鼠标点击位置的像素数据
- const pixelData = ctx.getImageData(left, top, 1, 1).data;
- const [r, g, b, alpha] = pixelData;
- // 5. 计算白色程度(RGB接近255的程度)
- const whiteRatio = (r + g + b) / (3 * 255); // RGB平均值归一化
- const whiteScore = Math.round(whiteRatio * 100); // 映射到0-100
- // 6. 返回结果
- return {
- rawAlpha: alpha, // 原始透明度值 (0-255)
- alphaPercentage: Math.round((alpha / 255) * 100), // 透明度百分比
- whiteScore: whiteScore, // 白色程度得分 (0-100)
- };
- },
- // 替换底图 xyz 值为鼠标点击位置的值并返回
- replaceTemplate(str, level, tileXY) {
- return str.replace(/\{([xyz])\}/g, (match, key) => {
- switch (key) {
- case "x":
- return tileXY.x;
- case "y":
- return tileXY.y;
- case "z":
- return level;
- default:
- return match; // 未匹配时返回原内容(理论上不会执行)
- }
- });
- },
- // 设置地球底图
- setMapImageryProvider() {
- if (this.imageryProvider) {
- this.viewer.imageryLayers.remove(this.imageryProvider);
- this.imageryProvider = null;
- }
- const imageryProvider = this.basicMapList.find((ele) => {
- return ele.id === this.basicMapId;
- });
- this.imageryProvider = new Cesium.UrlTemplateImageryProvider(
- imageryProvider
- );
- // 添加底图
- this.viewer.imageryLayers.addImageryProvider(this.imageryProvider);
- },
- // 初始化 geoJson 数据
- async initGeoJsonData() {
- // 创建GeoJSON数据源
- await new Cesium.GeoJsonDataSource.load(basicGeoJson, {
- stroke: Cesium.Color.GRAY, // 边界线颜色
- fill: Cesium.Color.BLACK.withAlpha(0), // 填充颜色
- strokeWidth: 1, // 边界线宽度
- markerSymbol: "?", // 点要素的符号
- clampToGround: true, // 贴地
- }).then((dataSource) => {
- // 添加到视图
- this.viewer.dataSources.add(dataSource);
- var entities = dataSource.entities.values;
- for (let i = 0; i < entities.length; i++) {
- let entity = entities[i];
- entity.polygon.hierarchy.getValue(Cesium.JulianDate.now()).positions;
- //单独设置线条样式
- var positions = entity.polygon.hierarchy._value.positions;
- entity.polyline = {
- positions: positions,
- width: 1,
- outline: false,
- };
- }
- // 添加中文标签图层
- const labelLayer = new Cesium.LabelCollection();
- this.viewer.scene.primitives.add(labelLayer);
- const cities = [];
- basicGeoJson?.features?.forEach((ele) => {
- if (Array.isArray(ele.properties.centroid)) {
- const name = ele.properties.name;
- const lon = ele.properties.centroid[0];
- const lat = ele.properties.centroid[1];
- cities.push({ name, lon, lat });
- }
- });
- cities.forEach((city, index) => {
- labelLayer.add({
- id: index,
- name: "cityLabel",
- position: Cesium.Cartesian3.fromDegrees(city.lon, city.lat, 10),
- text: city.name,
- font: 'bold 14px "Microsoft YaHei", sans-serif',
- fillColor: Cesium.Color.fromCssColorString("#000"),
- outlineColor: Cesium.Color.WHITE,
- outlineWidth: 2,
- style: Cesium.LabelStyle.FILL_AND_OUTLINE,
- pixelOffset: new Cesium.Cartesian2(0, 0), // 设置为0
- horizontalOrigin: Cesium.HorizontalOrigin.CENTER, // 水平居中
- verticalOrigin: Cesium.VerticalOrigin.CENTER, // 垂直居中
- });
- });
- this.labelLayer = labelLayer;
- this.resetViewport();
- });
- },
- // 重置视角
- resetViewport(height = 0) {
- // 设置初始视图为宁夏
- const that = this;
- this.viewer.camera.flyTo({
- destination: Cesium.Cartesian3.fromDegrees(
- 106.169866,
- 38.46637,
- height || 8000000
- ),
- orientation: {
- heading: Cesium.Math.toRadians(0),
- pitch: Cesium.Math.toRadians(-90),
- roll: 0.0,
- },
- duration: 1.0,
- complete() {
- // 为什么要加这个?因为破库地球没完全加载完成时如果执行了监听鼠标滑动事件会光速报错滑跪
- if (!that.loadDone) {
- that.initEventInputAction();
- that.loadDone = true;
- }
- },
- });
- },
- // 添加风场图
- showWindLayer() {
- if (!this.windLayer) {
- this.resetViewport(20000000);
- this.windLayer = new Windy(windLineJson, this.viewer);
- this.windLayerTimmer = setInterval(() => {
- this.windLayer.animate();
- }, 200);
- }
- },
- // 将风向角度数据转换为矢量坐标
- windToVector(speed, direction) {
- // 转换为弧度(气象角度:0°=北风,90°=东风)
- const rad = Cesium.Math.toRadians(direction);
- // 计算UV分量(U: 东西方向,V: 南北方向)
- return {
- u: -speed * Math.sin(rad), // 东正西负
- v: -speed * Math.cos(rad), // 北正南负
- };
- },
- // 获取当前地图瓦片级别(暂时没用到怀疑有BUG)
- getTileLevel() {
- let tiles = new Set();
- let tilesToRender = this.viewer.scene.globe._surface._tilesToRender;
- if (Cesium.defined(tilesToRender)) {
- for (let i = 0; i < tilesToRender.length; i++) {
- tiles.add(tilesToRender[i].level);
- }
- return [...tiles].sort((a, b) => {
- return b - a;
- })[0];
- }
- },
- // 显示云图
- showCloudLayer() {
- // 设置云图位置(示例:覆盖中国区域)
- // const rectangle = Cesium.Rectangle.fromDegrees(
- // 73.66, // 西经
- // 18.16, // 南纬
- // 135.05, // 东经
- // 53.55 // 北纬
- // );
- // const now = new Date();
- // const year = now.getFullYear();
- // const month = String(now.getMonth() + 1).padStart(2, "0");
- // const day = String(now.getDate()).padStart(2, "0");
- // const hour = String(Math.floor(now.getHours() / 3) * 3).padStart(2, "0"); // 每3小时更新
- // // 创建云图图层
- // const cloudLayer = this.viewer.imageryLayers.addImageryProvider(
- // new Cesium.UrlTemplateImageryProvider({
- // url: `https://data.ventusky.com/${year}/${month}/${day}/icon/whole_world/hour_${hour}/icon_oblacnost_${year}${month}${day}_${hour}.jpg`,
- // rectangle: Cesium.Rectangle.fromDegrees(-180, -90, 180, 90),
- // credit: "实时卫星云图",
- // })
- // );
- // 调用云层底图
- const cloudLayer = this.viewer.imageryLayers.addImageryProvider(
- new Cesium.UrlTemplateImageryProvider({
- url: "https://tile.openweathermap.org/map/clouds_new/{z}/{x}/{y}.png?appid=3b66d35579770393051599f8d518df4a",
- credit: "云层影像地图",
- })
- );
- // 设置蓝色调效果
- cloudLayer.alpha = 1; // 透明度
- cloudLayer.brightness = 1; // 亮度
- cloudLayer.contrast = 1; // 对比度
- this.cloudLayer = cloudLayer;
- },
- // 移除风场图
- removeWindLayer() {
- if (this.windLayer) {
- clearInterval(this.windLayerTimmer);
- this.windLayer.removeLines();
- this.viewer.imageryLayers.remove(this.windLayer);
- this.windLayer = null;
- }
- },
- // 移除卫星云图
- removeCloudLayer() {
- if (this.cloudLayer) {
- this.tagMsg = null;
- this.viewer.imageryLayers.remove(this.cloudLayer);
- this.cloudLayer = null;
- }
- },
- // 切换风场图显隐
- switchWindLayer() {
- if (this.windLayer) {
- this.removeWindLayer();
- } else {
- this.showWindLayer();
- }
- },
- // 切换卫星云图显隐
- switchCloudLayer() {
- // this.$router.push({
- // path: "/cloudLayer",
- // });
- if (this.cloudLayer) {
- this.removeCloudLayer();
- } else {
- this.showCloudLayer();
- }
- },
- switchRainLayer() {
- this.$router.push({
- path: "/rainLayer",
- });
- },
- switchTemperatureLayerr() {
- this.$router.push({
- path: "/temperatureLayer",
- });
- },
- switchTopographicMap() {
- this.$router.push({
- path: "/topographicMap",
- });
- },
- },
- };
- </script>
- <style lang="less" scoped>
- .mapBox {
- width: 100%;
- height: 100%;
- position: relative;
- box-sizing: content-box;
- position: relative;
- .menuBox {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- background: #fff;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- padding: 10px;
- .el-button {
- margin: 0;
- }
- .item {
- font-size: 12px;
- margin-left: 10px;
- }
- &.switch {
- opacity: 0;
- transition: 0.2s;
- &:hover {
- opacity: 1;
- transition: 0.2s;
- }
- }
- }
- .tag {
- position: absolute;
- left: 0;
- top: 0;
- background: #fff;
- font-size: 12px;
- color: #000;
- padding: 4px 8px;
- border-radius: 28px;
- transform: translate(-50%, -50%);
- transition: 0.1s;
- pointer-events: none;
- }
- .devInfoBox {
- width: 130px;
- position: absolute;
- right: 0;
- bottom: 0;
- padding: 4px;
- font-size: 12px;
- color: #fff;
- background: rgba(0, 0, 0, 0.25);
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- z-index: 500;
- user-select: none;
- .item {
- width: 100%;
- margin-top: 4px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- }
- </style>
- <style lang="less">
- .modelDialog {
- .el-dialog__body {
- height: 750px;
- .el-tabs {
- height: 100%;
- .el-tab-pane {
- width: 100%;
- height: 100%;
- }
- .el-tabs__content {
- height: 100%;
- }
- }
- }
- }
- </style>
|