Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix exception in mouse event handler with empty CanvasMarkerLayer
`this._markers` is undefined in `_searchPoints`, called from `_onMouseMove` Could be fixed in some another place: e.g. check `_markers` in `_searchPoints` ...or initialize (empty) `_markers` on CanvasMarkerLayer init ...or do not attach listeners until we have markers ...or check markers existence in the beginning of listener
- Loading branch information