Ticket #3441 (closed bug: fixed)
Default opacity of layer
| Reported by: | mosesonline | Owned by: | euzuro |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.12 Release |
| Component: | Layer | Version: | SVN |
| Keywords: | layer | Cc: | |
| State: | Review |
Description
Currently the opacity of a layer is null by default but it is visible. If there is a control or an element which wants to control the opacity of layers it has to deal with this strange "number" null like :
if (layer.opacity == null) layer.opacity = 1;
It think it would be clearer if the opacity would be 1 form start.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

