zhongrj
2025-03-28 4ff3eee77b41466d08117970970d01be6e48ffe1
src/views/hooks/initPointWayline.ts
@@ -58,6 +58,7 @@
  }
  // 绘制航线到地图上
  function drawWayline (xmlJson:any, route:any) {
    console.log('航线绘制到地图上',xmlJson)
    const points = xmlJson?.['Folder']?.['Placemark']
    //每个点数据
    let waylinePosition = reactive([])