Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: UDIG 1.2.0
-
Fix Version/s: UDIG 1.2.0
-
Component/s: framework, visualization using map layer and style
-
Labels:None
Description
The "move up" and "move down" actions on the layer toolbar are hard coded right there in the class and are not available for reuse. Indeed looking at the code they are not implemented as commands (and instead modify the map directly).
Implemented both as undoable command (so control-z can reverse the layer move) see -r31661