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
It would be great to also have access to mousemove/mouseover events like onclick events. This would be especially helpful for triggering event or retrieving map feature data (circles, markers etc). Would these be relatively easy to expose given their availability in Mapbox GL JS? https://docs.mapbox.com/mapbox-gl-js/api/map/#map.event:mousemove
Below is an example of an onclick event using Mapboxer.
output$feature <- renderText({ info <- input$map_onclick if (is.null(info)) return("<p>Click on a feature to show its details.</p>")
The text was updated successfully, but these errors were encountered:
It would be great to also have access to mousemove/mouseover events like onclick events. This would be especially helpful for triggering event or retrieving map feature data (circles, markers etc). Would these be relatively easy to expose given their availability in Mapbox GL JS?
https://docs.mapbox.com/mapbox-gl-js/api/map/#map.event:mousemove
Below is an example of an onclick event using Mapboxer.
output$feature <- renderText({ info <- input$map_onclick if (is.null(info)) return("<p>Click on a feature to show its details.</p>")
The text was updated successfully, but these errors were encountered: