| | |
| | | lat: 28.74382592, |
| | | }, |
| | | { |
| | | lnt: 121.50266534548483, |
| | | lat: 31.24357506330159, |
| | | lnt: 115.86711312, |
| | | lat: 28.74615701, |
| | | }, |
| | | { |
| | | lnt: 121.56405019, |
| | | lat: 31.20845211, |
| | | lnt: 115.86972136, |
| | | lat: 28.74609846, |
| | | }, |
| | | { |
| | | lnt: 121.55500463461836, |
| | | lat: 31.257934074839717, |
| | | lnt: 115.86983129, |
| | | lat: 28.741337, |
| | | }, |
| | | ], |
| | | }; |
| | |
| | | let that = this; |
| | | console.log(command, "定位"); |
| | | // 定位 |
| | | this.$store.commit("MSETCC_SETCC", { |
| | | lntLat: [command.lnt, command.lat], |
| | | }); |
| | | this.$store.dispatch("mapFlyTo", { |
| | | //飞入 |
| | | lntLat: [command.lnt, command.lat, 2530], |
| | | lntLat: [command.lnt, command.lat, 500], |
| | | heading: 0, |
| | | pitch: -45, |
| | | roll: 0, |