fix error in LocationGroup.tofile

This commit is contained in:
Laura Klünder 2016-12-23 22:55:35 +01:00
parent a3bc60948b
commit 497798925b
2 changed files with 533 additions and 94 deletions

View file

@ -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