Opened 13 years ago

Closed 13 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

Attachments (1)

Maestro-Drag-Groups.png (24.9 KB ) - added by crispinatime 13 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by jng, 13 years ago

Resolution: fixed
Status: newclosed

Fixed r6016

comment:2 by crispinatime, 13 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 crispinatime, 13 years ago

Attachment: Maestro-Drag-Groups.png added

comment:3 by jng, 13 years ago

Resolution: fixed
Status: closedreopened

comment:4 by jng, 13 years ago

Resolution: fixed
Status: reopenedclosed

Drag and drop re-ordering is not possible. This is due to dropping having two possible outcomes:

  1. Dropping onto an actual group folder. This signifies to add the dropped item inside the group folder being dropped on.
  2. 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.

Note: See TracTickets for help on using tickets.