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

A LeafletJS custom map layer for mapping the flow of objects, ideas, people, etc. with Bezier curves rendered on the HTML canvas.

Results 9 Leaflet.Canvas-Flowmap-Layer issues
Sort by recently updated
recently updated
newest added

`L.marker([51.5, -0.09]).addTo(map) .bindPopup('A pretty CSS3 popup. Easily customizable.') .openPopup();` Can I use bindPopup to pop up a window when I click?

so that this can be consumed via the unpkg CDN.

help wanted

Can you tell me if there are alternative solutions to this problem?

If you don't have a valid X or Y in your data (for example, if one of them is empty/blank), you get a weird error, `Uncaught TypeError: Cannot read property...

enhancement

Is there any way to bring the canvas flows to the front ? I have 2 sets of objects, geojsonLayers and the canvas lines. I tried to use bringToFront() but...

bug

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...

enhancement
help wanted

I'm wondering if we can clusters the points and paths using markerclusterGroup. As far as I understood from this libraey its suing canvas elements, and not markers to render the...

enhancement
question

![image](https://user-images.githubusercontent.com/17251303/208812910-e841462b-b90e-408b-877c-087c38a1a2f6.png)