Fixed elevation calculations

This commit is contained in:
Pax1601
2023-09-30 18:53:32 +02:00
parent 0954bf2923
commit 48d4ff97a0
13 changed files with 3682 additions and 1827 deletions

View File

@@ -235,7 +235,8 @@ function Olympus.buildTask(groupName, options)
params = {
point = {x = point.x, y = point.z},
radius = options['radius'],
altitude = options['alt']
altitude = options['alt'],
alt_type = 0 -- ASL
}
}
else