OpenLayers OpenLayers

Ticket #3 (closed feature: fixed)

Opened 2 years ago

Last modified 2 years ago

Create LayersChanged event

Reported by: crschmidt@crschmidt.net Assigned to: sderle
Priority: blocker Milestone: Aotearoa
Component: Events Version:
Keywords: Cc:
State:

Description

The LayerSwitcher control needs to know when a layer has been added, removed, or its status changed.

Change History

05/16/06 17:53:14 changed by sderle

  • status changed from new to assigned.

05/16/06 19:18:24 changed by sderle

I created an "addlayer" event that is triggered whenever map.addLayer() is called... will that do?

05/16/06 20:26:32 changed by crschmidt

  • status changed from assigned to closed.
  • resolution set to fixed.

Currently, only the LayerSwitcher and addLayer have any effect on the layers, so this is enough for the time being. Closing this -- when we start moving layers around and so on, I'll create a new ticket to add more to the LayersChanged listener.