potential speedup for rendering rasters?
Closed this issue · 2 comments
jeffreyhanson commented
I stumbled across the leafem::addGeoRaster()
function (see https://www.rdocumentation.org/packages/leafem/versions/0.2.0/topics/addGeoRaster) which claims to provide optimized rendering for large raster datasets. It would seem that it functions as a drop-in-replacement for leaflet::addRasterImage()
, so using it should hopefully not be too tricky? When you get a chance @DanWismer, this might be worth looking into?
DanWismer commented
Was the pane argument native to leaflet::addRasterImage
?
wheretowork/R/class_Variable.R
Lines 169 to 179 in 450e7e6
DanWismer commented
I tried this, but it was mapping the rasters incorrectly.