|
|
|
|
@ -900,8 +900,8 @@ function getLocalPositionRelativeToP4(point, rectPoints, rectInfo) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const getPoint = (k) => {
|
|
|
|
|
areaPoints.value[k].lon = currentPosition.value.lon || 0
|
|
|
|
|
areaPoints.value[k].lat = currentPosition.value.lat || 0
|
|
|
|
|
regionLabeling.value[k].lon = currentPosition.value.lon || 0
|
|
|
|
|
regionLabeling.value[k].lat = currentPosition.value.lat || 0
|
|
|
|
|
}
|
|
|
|
|
const setDot = (e) => {
|
|
|
|
|
let dots = e.DarDatas.map((v, k) => {
|
|
|
|
|
|