incorporate suggestions by @ahocevar and @elemoine
This commit is contained in:
@@ -86,13 +86,13 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
* element - {DOMElement} A reference to layer.events.element.
|
||||
*
|
||||
* Supported map event types:
|
||||
* loadstart - Triggered when layer loading starts. When using Fixed or
|
||||
* BBOX strategies, the event object includes a *filter* property
|
||||
* holding the OpenLayers.Filter used when calling read on the
|
||||
* protocol.
|
||||
* loadend - Triggered when layer loading ends. When using Fixed or BBOX
|
||||
* strategies, the event object includes a *response* property holding
|
||||
* an OpenLayers.Protocol.Response object.
|
||||
* loadstart - Triggered when layer loading starts. When using a Vector
|
||||
* layer with a Fixed or BBOX strategy, the event object includes
|
||||
* a *filter* property holding the OpenLayers.Filter used when
|
||||
* calling read on the protocol.
|
||||
* loadend - Triggered when layer loading ends. When using a Vector layer
|
||||
* with a Fixed or BBOX strategy, the event object includes a
|
||||
* *response* property holding an OpenLayers.Protocol.Response object.
|
||||
* visibilitychanged - Triggered when layer visibility is changed.
|
||||
* move - Triggered when layer moves (triggered with every mousemove
|
||||
* during a drag).
|
||||
|
||||
Reference in New Issue
Block a user