fix error in LocationGroup.tofile
This commit is contained in:
parent
a3bc60948b
commit
497798925b
2 changed files with 533 additions and 94 deletions
|
@ -143,7 +143,6 @@ class LocationGroup(LocationModelMixin, MapItem):
|
|||
def tofile(self):
|
||||
result = super().tofile()
|
||||
result['compiled_room'] = self.compiled_room
|
||||
result.move_to_end('geometry')
|
||||
return result
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue