From 7c55464ad98984e50201bdd43ecda7de93082ecd Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 27 Dec 2021 09:49:04 +0800
Subject: [PATCH] +主图

---
 src/components/mobilemap/index.vue |  179 +++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 130 insertions(+), 49 deletions(-)

diff --git a/src/components/mobilemap/index.vue b/src/components/mobilemap/index.vue
index 7309ca1..320d8f3 100644
--- a/src/components/mobilemap/index.vue
+++ b/src/components/mobilemap/index.vue
@@ -138,14 +138,23 @@
       });
       that.$refs.mobileLeftNav.initialize(viewer);
       that.$store.commit("MSET_VIEWER", viewer);
+      // window.mviewer = viewer;
       // that.$store.commit("MSET_DC", DC);
       const popup = viewer.popup;
 
       popup.hide();
 
-      const baselayer = DC.ImageryLayerFactory.createArcGisImageryLayer({
-        url: "http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer",
-      });
+      // const baselayer = DC.ImageryLayerFactory.createArcGisImageryLayer({
+      //   url: "http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer",
+      // });
+      const baselayer = that.DC.ImageryLayerFactory.createImageryLayer(
+        that.DC.ImageryType.XYZ,
+        {
+          // url: 'https://webmap-tile.sf-express.com/MapTileService/rt?x={col}&y={row}&z={level}'
+
+          url: "https://webmap-tile.sf-express.com/MapTileService/rt?fetchtype=static&x={x}&y={y}&z={z}&project=sfmap&pic_size=256&pic_type=png8&data_name=361100&data_format=merged-dat&data_type=normal", // 行政区划
+        }
+      );
       viewer.addBaseLayer(baselayer, {
         iconUrl: "examples/images/icon/img.png",
         name: "影像",
@@ -186,66 +195,138 @@
         if (!that.MobileWindowsHide) {
           // that.$store.dispatch("closeMobileWindowsDom"); //关闭随地图弹窗
         }
-        // if (!that.MobileWindowsHideFixed) {
-        //   that.$store.dispatch("CLOSE_WIDOWFIXED"); //关闭固定弹窗
-        // }
-        // if (!that.MobileWindowsHide && that.popupsDom) {
-        //   that.popupsDom.closeOur();
-        //   that.$store.commit("MSET_MOBILEWINDOWSHIDE", true);
-        // }
-        // nowPosition = [e.wgs84Position.lng, e.wgs84Position.lat];
-        // console.log(nowPosition);
       });
 
-      const layer = new DC.TilesetLayer("layer");
-      viewer.addLayer(layer);
-      const tileset = new DC.Tileset(
-        "http://resource.dvgis.cn/data/3dtiles/ljz/tileset.json"
+      //自带白模型↓
+      // const layer = new DC.TilesetLayer("layer");
+      // viewer.addLayer(layer);
+      // const tileset = new DC.Tileset(
+      //   "http://resource.dvgis.cn/data/3dtiles/ljz/tileset.json"
+      // );
+      // const style = new DC.TilesetStyle();
+      // style.color = {
+      //   conditions: [
+      //     ["${Height} >= 300", "rgba(45, 0, 75, 0.5)"],
+      //     ["${Height} >= 200", "rgb(102, 71, 151)"],
+      //     ["${Height} >= 100", "rgb(170, 162, 204)"],
+      //     ["${Height} >= 50", "rgb(224, 226, 238)"],
+      //     ["${Height} >= 25", "rgb(252, 230, 200)"],
+      //     ["${Height} >= 10", "rgb(248, 176, 87)"],
+      //     ["${Height} >= 5", "rgb(198, 106, 11)"],
+      //     ["true", "rgb(127, 59, 8)"],
+      //   ],
+      // };
+
+      // viewer.use(new DC.Measure());
+
+      // tileset.setStyle(style);
+      // layer.addOverlay(tileset);
+      // viewer.flyTo(tileset);
+      //自带白模型↑
+
+      //精细模型↓
+      const tilesetLayer = new that.DC.TilesetLayer("tilesetLayer");
+      viewer.addLayer(tilesetLayer);
+      const tileset = new that.DC.Tileset(
+        "http://data.mars3d.cn/3dtiles/max-shihua/tileset.json",
+        {
+          luminanceAtZenith: 0.5,
+        }
       );
-      const style = new DC.TilesetStyle();
-      style.color = {
-        conditions: [
-          ["${Height} >= 300", "rgba(45, 0, 75, 0.5)"],
-          ["${Height} >= 200", "rgb(102, 71, 151)"],
-          ["${Height} >= 100", "rgb(170, 162, 204)"],
-          ["${Height} >= 50", "rgb(224, 226, 238)"],
-          ["${Height} >= 25", "rgb(252, 230, 200)"],
-          ["${Height} >= 10", "rgb(248, 176, 87)"],
-          ["${Height} >= 5", "rgb(198, 106, 11)"],
-          ["true", "rgb(127, 59, 8)"],
-        ],
-      };
+      tilesetLayer.addOverlay(tileset);
+      //精细模型↑
 
-      viewer.use(new DC.Measure());
+      setTimeout((res) => {
+        //转圈
+        that.$store.dispatch("mapFlyTo", {
+          lntLat: [111.25036579, 34.83767277, 11443175.85],
+          heading: 0,
+          pitch: -90,
+          roll: 0,
+          noOpen: true,
+          fn: function () {
+            viewer.flyTo(tileset);
+          },
+        });
 
-      tileset.setStyle(style);
-      layer.addOverlay(tileset);
-      viewer.flyTo(tileset);
+        // viewer.flyTo(tileset);
+      }, 2500);
+      // let position = Cesium.Cartesian3.fromDegrees(108, 25, 0); //中心点位置
+      // let cameraLimit = new xt3d.CameraDominate.CameraLimit(
+      //   viewer,
+      //   position,
+      //   {
+      //     radius: 2000,
+      //     debugExtent: true,
+      //   }
+      // );
+
+      // const currentViewRect = viewer.camera.computeViewRectangle();//东南西北数据
+      // console.log(currentViewRect, 78);
+
+      //瀑布流↓
+      const wallLayer = new that.DC.VectorLayer("wallLayer");
+      viewer.addLayer(wallLayer);
+      var arr = [
+        [115.87597219, 28.74628526, 100],
+        [115.87556558, 28.74415792, 100],
+        [115.87459782, 28.74197687, 100],
+        [115.87371834, 28.74219927, 100],
+        [115.87210924, 28.74182217, 100],
+        [115.86469971, 28.73630725, 100],
+        [115.86387107, 28.73620123, 100],
+        [115.86274498, 28.73616026, 100],
+        [115.86173699, 28.7424135, 100],
+        [115.86105468, 28.74643934, 100],
+        [115.8660924, 28.74642593, 100],
+        [115.87597219, 28.74628526, 100],
+      ];
+      arr.forEach((item) => {
+        item = item.join(",");
+      });
+      arr = arr.join(";");
+      const wall = new that.DC.Wall(arr);
+      wall.setStyle({
+        material: new that.DC.WallTrailMaterialProperty({
+          color: that.DC.Color.DEEPSKYBLUE,
+          speed: 4,
+        }),
+      });
+      wallLayer.addOverlay(wall);
+
+      viewer.use(new that.DC.Measure());
+      //瀑布流↑
+
+      //飞入起始点
+      // that.$store.dispatch("mapFlyTo", {
+      //   lntLat: [115.87186406, 28.74449337, 1200],
+      //   heading: 0,
+      //   pitch: -45,
+      //   roll: 0,
+      //   noOpen: true,
+      // });
+      //地图渲染完成执行srore中MSET_CREADE
+      // that.$store.dispatch("MSET_CREADE");
 
       tileset.on(DC.MouseEventType.CLICK, (e) => {
-        // that.popupFlag = true
-        // that.popupWindow = true;
-
         viewer.scene.globe.depthTestAgainstTerrain = false;
-
-        // console.log(document.getElementById("mobile-map_content_content"));
         // console.log(e);
 
         // 定制化窗体
-        that.openPopupS(e.position, [e.wgs84Position.lng, e.wgs84Position.lat]);
-
-        // popup.setWrapper('<div></div>')
-
-        // popup.showAt(e.position, document.getElementById('modelPopup'))
+        that.openPopupS(
+          e.position,
+          [e.wgs84Position.lng, e.wgs84Position.lat],
+          {
+            name: e.layer._bid,
+            address: e.layer.type,
+            introduce: e.layer._id,
+          }
+        );
       });
-
-      // viewer.zoomToPosition(
-      //     new DC.Position(105.565571, 31.984708, 15362816, 0, -90)
-      // )
 
       viewer.compass.enable = false;
       viewer.zoomController.enable = true;
-      viewer.locationBar.enable = false;
+      viewer.locationBar.enable = true;
       viewer.distanceLegend.enable = true;
     }
 
@@ -258,7 +339,7 @@
       let d = {
         position,
         lntLat,
-        query: { ...(query || {}), introduce: position, address: lntLat },
+        query: { introduce: position, address: lntLat, ...(query || {}) },
         useJWD: true, //仅使用经纬度
       };
       that.$store.dispatch("setMobileWindows", d);

--
Gitblit v1.9.3