trafficonese
trafficonese
Maybe something like this? 
Would you like me to send you the SVG, include it in a PR, or let's wait and see what others think about it?
Is your problem solved if you include `sensitivity: 0.0001` for example?
This seems to be fixed with the current version.
Works for me! With `pathOptions(interactive = FALSE)` no mouse events are emitted.
maybe try to change the `min/max_scale` values and the `js_scale` function. The data has a pretty wide range (from -2000000000 to 150000). I get a colored image with: ``` min_scale...
Do you mean to include the `eventInfo` in a legend similar to `addImageQuery`? I'm not aware of any way to pass an object from JS to R in interactive mode,...
With fc88895 the raster values now show up in a leaflet-control, very similar to `addImageQuery`. The R arguments className, prefix, digits, position are still missing, but I'll wait for the...
Not yet, I still have to adapt some things, but I wanted to wait for your revamped version. Is it already online? And also enable this for `addCOG`. Another thing...
Nice! I got COG to work with the mouseHandler, but noticed that I have to load the COG differently. Currently we have `parseGeoraster(url).then(georaster => {` and I changed it to...