You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more an experiment. OL does not use standard Event, so its events do not extend DOM Event (not totally sure this sentence makes sense). Anyway, this issue is to investigate if it is possible and useful to use the Element EventType interface, and so elemental2 EventTarget and EventListener to describe the event. The best of this approach is event unification and rxgwt integration 😉.
The text was updated successfully, but these errors were encountered:
I currently created some feature branches. One of them is for testing integration of elemental2 (see https://github.com/TDesjardins/gwt-ol3/tree/elemental2_integration). This is especially to use future proofed XML- and HTML-DOM stuff. This could be the starting point for additional modifications on elemental things.
This is more an experiment. OL does not use standard Event, so its events do not extend DOM Event (not totally sure this sentence makes sense). Anyway, this issue is to investigate if it is possible and useful to use the Element EventType interface, and so elemental2 EventTarget and EventListener to describe the event. The best of this approach is event unification and rxgwt integration 😉.
The text was updated successfully, but these errors were encountered: