Ticket #970 (closed bug: fixed)

Opened 6 years ago

Last modified 6 years ago

Layer Switcher does not do sufficient layer state information storage

Reported by: crschmidt Owned by: euzuro
Priority: major Milestone: 2.5 Release
Component: Control.LayerSwitcher Version: 2.4
Keywords: Cc:
State:

Description

four pieces of information are neccesary to completely ensure that the layer switcher is always up to date:

  • name
  • Visibility
  • Whether the layer is enabled/disabled (layer.inRange)
  • the id

The last is necessary for raiseLayer/lowerLayer cases where all layers have the same name and visibility

Attachments

include_inrange.patch Download (3.1 KB) - added by crschmidt 6 years ago.

Change History

Changed 6 years ago by crschmidt

Changed 6 years ago by euzuro

  • keywords commit added; review removed

all tests pass (except wrapdateline) on ff & ie6. please commit. good patch.

Changed 6 years ago by crschmidt

  • keywords commit removed
  • status changed from new to closed
  • resolution set to fixed

(In [4336]) "Layer Switcher does not do sufficient layer state information storage", review by e-dog. (Closes #970)

Note: See TracTickets for help on using tickets.