Ticket #1142 (closed assessed: fixed)
Ecospace map edit operation my look confusing
Reported by: | jeroens | Owned by: | jeroens |
---|---|---|---|
Priority: | normal | Milestone: | Ecopath 6: release 6.3 BETA |
Component: | Ecospace | Version: | |
Severity: | minor | Keywords: | |
Cc: |
Description
Right now, editing a map layer that displays values across a gradient may display confusing behaviour when editing. If the layer max value is erased the layer colour gradient will switch to reflect the new value range of the layer, but only cells affected by the edit operation are updated. This does not look good.
2 solutions are possible:
- Redraw the entire map when the max colour scale changes
- Freeze the layer gradient while the edit operation is in place
The latter option makes probably most sense, and is also the easiest on performance
Change History
Note: See
TracTickets for help on using
tickets.
Implemented the latter option, whoohoo