Map parts exist in the source code, but in practice only one part is used yet. Implement map part handling:
- Creating, deleting, merging parts
- Moving objects between parts
- Creating a new part from selected objects
- Importing selected parts from other maps
- ...
One problem with the current implementation is the lack of integration with the undo system. To do:
Last edit: Thomas Schöps 2013-08-12
Haven't had much time to continue on map parts for the last few days, these are a few of the things I want to fix.
Undo handling remains to be done.
Undo handling is implemented now. So this ticket is now about to be closed.
Map parts may still need a lot of polishing and bug fixing.