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
Slower performances: When using maplibre-gl-leaflet, maplibre-gl-js is set as not interactive. Leaflet receives the touch/mouse events and updates the maplibre-gl-js map behind the scenes. Because maplibre-gl-js doesn't redraw as fast as Leaflet, the map can seem slower.
Apart from that, this might be the best option to maintain leaflet projects
The text was updated successfully, but these errors were encountered:
I'm thinking that maybe we don't even need a plugin. Just using Leaflet with the binding could be enough. We will have to check the integration with react or have an example of vanilla Layer Manager
We could use https://github.com/maplibre/maplibre-gl-leaflet (the Mapbox version is not maintained) to be able to use Layer Manager with leaflet. Maybe create a plugin for this use.
Just be aware of these caveats:
No rotation / bearing / pitch support
Slower performances: When using maplibre-gl-leaflet, maplibre-gl-js is set as not interactive. Leaflet receives the touch/mouse events and updates the maplibre-gl-js map behind the scenes. Because maplibre-gl-js doesn't redraw as fast as Leaflet, the map can seem slower.
Apart from that, this might be the best option to maintain leaflet projects
The text was updated successfully, but these errors were encountered: