You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see, Leaflet.glify only supports solid lines and points. That mean no dashed lines (or even decorated lines with arrows etc.).
The package https://github.com/manubb/Leaflet.PixiOverlay looks a bit more promising in that regard. Is a quite heavy dependency but would allow for webGL overlays and seems to have more features.
I'd like to look into it, but would like to do so from the refactored version of PR #50 (if we want to use that)...
In the meantime I had a short look at other libraries and think that we should ditch Leaflet altogether and maybe switch to https://maplibre.org/ MapLibre GL JS.
So let's explore libraries a bit, my requirements would be
Open GL accelerated (or magically fast :)
well supported (so we can keep it for years to come)
Rendering the routes is quite sluggish, especially in Firefox.
Can we use https://github.com/robertleeplummerjr/Leaflet.glify to improve rendering speeds?
The text was updated successfully, but these errors were encountered: