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
With the current code we can use the mouseover function on the circleMarkers, origin and destination points but it's impossible to have this feature for the lines.
Could you add this feature, please ?
Thank you for your support.
The text was updated successfully, but these errors were encountered:
I don't know yet if that will be possible without substantial additional work. But, I welcome pull requests with code enhancements to support this!
The lines are drawn in a pure <canvas> that is handled outside of LeafletJS. Any user interaction events for the bezier lines would require some research and likely writing a bit of new code.
There's been some more interest shown in supporting this enhancement. Here are some more notes in case I or anyone else ends up researching this some more.
Also might be useful to find out how LeafletJS source code to see how they wired up mouse interactions, popups, tooltips, etc. when they render features on the canvas.
Hello,
With the current code we can use the
mouseover
function on the circleMarkers, origin and destination points but it's impossible to have this feature for the lines.Could you add this feature, please ?
Thank you for your support.
The text was updated successfully, but these errors were encountered: