maplibre canvas block
This module creates a map block using MapLibre. It displays features on the map by leveraging a Drupal view that exports its data as GeoJSON. The view needs to be configured with a page display and a GeoJSON export display, with the page display referencing the GeoJSON export in its footer.
A WIP module with map canvas powered by maplibre, that can use a view with geojson export to feed its features.
The block must be placed together with the view, and the view must have two displays, the page and the geojson export. Then in page display must be added a view area in footer that renders the geojson_export display. Internally will attach this json in page and will be hidden, the points in this geojson will appear in canvas.
Required patches
To support facets 3, It may need patching views_geojson as in https://www.drupal.org/project/views_geojson/issues/3512613