+
liuyg
2021-12-31 6851cc1e217a2af9ae62ebb3bf28e00a0d8ddadb
src/components/mobileCortrolButtom/index.vue
@@ -36,20 +36,20 @@
      tabTable: [],
      ccData: [
        {
          lnt: 115.87071885,
          lnt: 115.86471885,
          lat: 28.74382592,
        },
        {
          lnt: 121.50266534548483,
          lat: 31.24357506330159,
          lnt: 115.86711312,
          lat: 28.74315701,
        },
        {
          lnt: 121.56405019,
          lat: 31.20845211,
          lnt: 115.86872136,
          lat: 28.74009846,
        },
        {
          lnt: 121.55500463461836,
          lat: 31.257934074839717,
          lnt: 115.87413129,
          lat: 28.743337,
        },
      ],
    };
@@ -69,11 +69,15 @@
    },
    handleCommand(command) {
      let that = this;
      let position = [+command.lnt + 0.01197, +command.lat - 0.0021];
      console.log(command, "定位");
      // 定位
      // this.$store.commit("MSETCC_SETCC", {
      //   lntLat: position,
      // });
      this.$store.dispatch("mapFlyTo", {
        //飞入
        lntLat: [command.lnt, command.lat, 2530],
        lntLat: [...position, 500],
        heading: 0,
        pitch: -45,
        roll: 0,
@@ -143,7 +147,7 @@
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    font-size: 32px;
    margin-left: 12px;
    border-radius: 5px;
    .icons {
@@ -152,7 +156,7 @@
      height: 100%;
    }
    .icon {
      font-size: 20px;
      font-size: 32px;
      color: #fff;
      &::before {
        width: 100%;