Opened 14 years ago
Closed 14 years ago
#1761 closed enhancement (fixed)
Map Editor support for layer group re-ordering
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description ¶
Add support in the Map Definition editor to allow re-ordering of Map Layer groups
Change History (5)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Hi,
I cannot drag a group to the be the bottom group! See image.
If I drag just below the bottom group the group goes into that group. If I drag a long-way below, into ungrouped layers (that are actually at the top of the layer priority but display below the groups) then the group does not move.
by , 14 years ago
Attachment: | Maestro-Drag-Groups.png added |
---|
comment:3 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Drag and drop re-ordering is not possible. This is due to dropping having two possible outcomes:
- Dropping onto an actual group folder. This signifies to add the dropped item inside the group folder being dropped on.
- Dropping between two top-level group folders. This signifies to insert the dropped group between the two folders in the logical order.
Unfortunately, the tree control does not offer a usable way to detect drop type #2, despite showing the correct visuals. A suitable workaround is to use the new up/down buttons to re-arrange the logical group order.
Closing again.
Fixed r6016