-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ol-layer-*): support common events on components
The common events are now handled by default: - `change` (BaseEvent) - Generic change event. Triggered when the revision counter is increased. - `change:extent` (ObjectEvent) - `change:maxResolution` (ObjectEvent) - `change:maxZoom` (ObjectEvent) - `change:minResolution` (ObjectEvent) - `change:minZoom` (ObjectEvent) - `change:opacity` (ObjectEvent) - `change:source` (ObjectEvent) - `change:visible` (ObjectEvent) - `change:zIndex` (ObjectEvent) - `error` (BaseEvent) - Generic error event. Triggered when an error occurs. - `postrender` (RenderEvent) - Triggered after a layer is rendered. - `prerender` (RenderEvent) - Triggered before a layer is rendered. - `propertychange` (ObjectEvent) - Triggered when a property is changed. - `sourceready` (BaseEvent)
- Loading branch information
1 parent
8171eea
commit 69b37c9
Showing
3 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters