diff --git a/src/views/index.vue b/src/views/index.vue index abd4bbc..bf82532 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -855,12 +855,12 @@ const processData = (data) => { lat: data.Latitude, } // boxPos.value = location - let data = getLocalPositionFromRect_Point1AsCenter({ + let res = getLocalPositionFromRect_Point1AsCenter({ lon: data.Longitude, lat: data.Latitude, rotate: data.HeadingAngle }, areaPoints.value, areaData.value) - console.log(data) + console.log(res) } };