fix Obstacle height in packageio
This commit is contained in:
parent
ad0037c867
commit
38a4ec16d0
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class Obstacle(GeometryMapItem):
|
||||||
def tofile(self):
|
def tofile(self):
|
||||||
result = super().tofile()
|
result = super().tofile()
|
||||||
if self.height is not None:
|
if self.height is not None:
|
||||||
result['height'] = float(self.level.name)
|
result['height'] = float(self.height)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue