Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Use maplibre leaflet binding to help Leaflet integration #121

@Bluesmile82

Description

@Bluesmile82

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions