What steps will reproduce the problem?
1. Open the WebGL earth Markers.html example
2. Try to scroll-zoom the globe while hovering on a marker
3. Quietly weep.
What is the expected output? What do you see instead?
Markers shouldn't prevent mousewheel zooming.
Please provide any additional information below.
we/ui/mousezoomer.js line 78
(https://github.com/webglearth/webglearth/blob/master/we/ui/mousezoomer.js#L78)
Event context should be containing div and not canvas because markers in
overlay divs are disrupting mouse events.