AlexLavoie42 / Nuxt-Mapbox

Elegant Mapbox integration with Nuxt
81 stars 11 forks source link

How to? Display a popup on hover #94

Closed martnst closed 6 months ago

martnst commented 6 months ago

Hey *,

How can I build a popup on hover with the nuxt wrapper? Here is the docs by Mapbox for it: https://docs.mapbox.com/mapbox-gl-js/example/popup-on-hover/

Cheers

AlexLavoie42 commented 6 months ago

Simplest way is to use the mouseenter & mouseleave events on your layer and copy the Mapbox implementation. https://alexlavoie42.github.io/Nuxt-Mapbox/usage/accessing-the-map#events