OpenLayers. Layer. EventPane

Base class for 3rd party layers.  Create a new event pane layer with the OpenLayers.Layer.EventPane constructor.

Inherits from

Summary
Base class for 3rd party layers.
{Boolean} EventPaned layers are fixed by default.
Create a new event pane layer
Deconstruct this layer.
On being removed from the map, we’ll like to remove the invisible ‘pane’ div that we added to it on creation.

Properties

isFixed

{Boolean} EventPaned layers are fixed by default.

Constructor

OpenLayers. Layer. EventPane

Create a new event pane layer

Parameters

name{String}
options{Object} Hashtable of extra options to tag onto the layer

Functions

destroy

destroy: function()

Deconstruct this layer.

removeMap

removeMap: function(map)

On being removed from the map, we’ll like to remove the invisible ‘pane’ div that we added to it on creation.

Parameters

map{OpenLayers.Map}
destroy: function()
Deconstruct this layer.
removeMap: function(map)
On being removed from the map, we’ll like to remove the invisible ‘pane’ div that we added to it on creation.
Create a new event pane layer
Instances of OpenLayers.Map are interactive maps embedded in a web page.