Skip to main content

All Questions

Tagged with
2 votes
1 answer
731 views

R for leaflet redirect when clicking on raster image

I'm using leaflet for R and I simply would like to be redirected on some URL when I click on the raster image. My current code is the following : library(htmlwidgets) library(raster) library(leaflet) ...
KingOfBabu's user avatar