Module: webgis4u/ol/control/AbstractLayerRelatedControl

Classes

AbstractLayerRelatedControl

Type Definitions

EventListenerMap

Type:
  • Object.<string, function()>
Source:

LayerActionEventArgs

Properties:
Name Type Description
originalEvent Event The original event
key string The key for which the event was raised
layer ol.layer.Layer The layer for which the event was raised
element HTMLElement The element for which the event was raised
Source:

LayerMap

Type:
  • Object.<string, ol.layer.Layer>
Source:

LayerRelatedControlOptions

Type:
  • object
Properties:
Name Type Description
controlOptions *
layerMapOptions LayerMap
Source:

RegisterListenerOptions

Type:
  • UnregisterListenerOptions
Properties:
Name Type Description
layer ol.layer.Layer The layer for which the event was added
element HTMLElement The element for which the event was added
Source:

UnregisterListenerOptions

Type:
  • object
Properties:
Name Type Description
key string The identifier for the layer
listener function The listener related to the layer identifier
Source: