-
Notifications
You must be signed in to change notification settings - Fork 225
Label not hiding #118
Comments
Method two (I think it's the same problem) |
Hey @RussianFox, can you post some sample code to show us how you have implemented this label for your polylines? |
I'm not 100% sure on this, but I think you need to use the Like so:
Unless I missed something and you are using If this does not resolve it, I would recommend you try creating a simpler example with just your lines and labels, test it, and if it works, build your program back up from that point piece-by-piece to see which component(s) may be interfering with the Leaflet.label events. You may need to explicitly define |
hm.... i'm using addTo so, i try debug and find this:
this._map is undefined on error. Error occurs after the zoom and second mouseOver without mouseOut |
Hovering my mouse over line, appear label, clicking on line, popup appear (under Label, above line), out my mouse from line, label not hiding.
The text was updated successfully, but these errors were encountered: