Select example and skeleton with event listeners

This commit is contained in:
ahocevar
2013-08-07 22:41:02 +02:00
parent 7298cbd119
commit e2526621d1
4 changed files with 219 additions and 0 deletions

View File

@@ -201,6 +201,15 @@
* Default is '' (empty string).
*/
/**
* @typedef {Object} ol.control.SelectOptions
* @property {string|undefined} className CSS class name. Default is 'ol-select'.
* @property {Element|undefined} element Element.
* @property {Array.<ol.layer.Layer>|undefined} layers Layers to select features on.
* @property {ol.Map|undefined} map Map.
* @property {Element|undefined} target Target.
*/
/**
* @typedef {Object} ol.control.ScaleLineOptions
* @property {string|undefined} className CSS Class name. Default is 'ol-scale-line'.