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
Now that we have pmtiles support in MapLibre, #36 is relevant (the second part of the issue) as I only enabled hover options for tiles coming from Mapbox.
I tried swapping in the code directly from mapboxgl.js to maplibregl.js and it didn't work out of the box, so I'll need to look into this further.
The text was updated successfully, but these errors were encountered:
of course with any remote source your clever approach of creating a new html-styled column on-the-fly is not as viable, so it might be nice to have another option for multi-column and styled tooltip / mouse-over effects?
It's the hover_options argument that isn't working in MapLibre for vector sources, as it needs to target a source layer which it isn't currently doing.
Also - I agree about improving the popup / tooltip generation!
Now that we have pmtiles support in MapLibre, #36 is relevant (the second part of the issue) as I only enabled hover options for tiles coming from Mapbox.
I tried swapping in the code directly from mapboxgl.js to maplibregl.js and it didn't work out of the box, so I'll need to look into this further.
The text was updated successfully, but these errors were encountered: