Closed dolorain closed 2 years ago
I solved it.
how to solve it?
@chenshuqun
Probably a bit late of response, but it might also help others.
How I did it was,
const motionPolyline = L.motion.polyline(.....).addTo(map);
motionPolyline.getMarker().bindTooltip('Hello World!').openTooltip()
This plugin solves a lot of my problems, but I don't know how to bind the pop ir tooltip to the marker. All I can think of is that the pop moves with the marker, could this be a problem? like this.