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.

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.

getSelectionIds

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