轨迹回放加入飞手位置

This commit is contained in:
yanghongwei 2025-03-31 21:44:50 +08:00
parent bb1466689b
commit a17cf970cb
1 changed files with 3 additions and 1 deletions

View File

@ -158,6 +158,8 @@ namespace LY.App.Service
Lon = s.drone_lon,
Lat = s.drone_lat,
Alt = s.height,
s.app_lat,
s.app_lon,
s.CreateTime,
AlarmLevel = s.alarmLevel,
}).ToListAsync();