Currently, on http://velo300.free.fr/debug,
first i set a sidebar toggle on feature click using leaflet-sidebar plugin. It works perfectly.
Then i tried to sethighlights on 'featureOver' creating a function to highlightwhite new feature on featureOver using this exampletop of mouse-overed feature.
Problem: this event works but it prevent featureclicki need also to work with 'featureclick' for another function.
How can i manage these events both: toggleto create this new white feature below the sidebar clicking on amouse-overed feature highlightedand not on top?
Other relevent solution: how to use setcartoCSS() wihtout redraw rhe whole layer?