OpenLayers.Control.FeaturePopups.Layer

Extend of FeaturePopups.Layer component of FeaturePopups control

Functions

addSelectionByIds

addSelectionByIds: function(featureIds,
silent)

Parameters

featureIds{Array(String)} List of feature ids to be added to selection.
silent{Boolean} Supress “selectionchanged” event triggering.  Default is false.

setSelectionByIds

setSelectionByIds: function(featureIds,
silent)

Parameters

featureIds{Array(String)} List of feature ids to set as select.
silent{Boolean} Supress “selectionchanged” event triggering.  Default is false.

applySelection

applySelection: function(silent)

removeSelectionByIds

removeSelectionByIds: function(featureIds,
silent)

Parameters

featureIds{Array(String)} List of feature ids to be removed to selection.
silent{Boolean} Supress “selectionchanged” event triggering.  Default is false.

applyDeselection

applyDeselection: function(silent)

getSelectionIds

getSelectionIds: function()
addSelectionByIds: function(featureIds,
silent)
setSelectionByIds: function(featureIds,
silent)
applySelection: function(silent)
removeSelectionByIds: function(featureIds,
silent)
applyDeselection: function(silent)
getSelectionIds: function()
Close