增加侦查飞机经纬度
This commit is contained in:
@@ -300,6 +300,7 @@ const toggleWebSocket = () => {
|
||||
conn = ctrl.Message();
|
||||
conn.onDroneGPS = (data) => {
|
||||
console.log(data);
|
||||
droneMarker.value.setPosition([data.longitude, data.latitude])
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user