Leaflet.Canvas-Flowmap-Layer icon indicating copy to clipboard operation
Leaflet.Canvas-Flowmap-Layer copied to clipboard

How to click a point to pop up information

Open worldpeng opened this issue 1 year ago • 0 comments

L.marker([51.5, -0.09]).addTo(map) .bindPopup('A pretty CSS3 popup.<br> Easily customizable.') .openPopup();

Can I use bindPopup to pop up a window when I click?

worldpeng avatar Oct 03 '22 09:10 worldpeng