Selects vector features from a given layer on click or hover.
OpenLayers. Control. SelectFeature | Selects vector features from a given layer on click or hover. |
Properties | |
multiple | {Boolean} Allow selection of multiple geometries. |
clickout | {Boolean} Unselect features when clicking outside any feature. |
toggle | {Boolean} Unselect a selected feature on click. |
hover | {Boolean} Select on mouse over and deselect on mouse out. |
box | {Boolean} Allow feature selection by drawing a box. |
onSelect | {Function} Optional function to be called when a feature is selected. |
onUnselect | {Function} Optional function to be called when a feature is unselected. |
geometryTypes | {Array(String)} To restrict selecting to a limited set of geometry types, send a list of strings corresponding to the geometry class names. |
callbacks | {Object} The functions that are sent to the handlers.feature for callback |
selectStyle | {Object} Hash of styles |
Constructor | |
<OpenLayers. Control. SelectFeature> |
layer | {OpenLayers.Layer.Vector} |
options | {Object} |