Manoranjan Muthusamy

Results 3 comments of Manoranjan Muthusamy

Hi, I have the same issue where mapview (version 2.11.0) drops the legend when I save it as a png. I don't think this branch exists anymore. How can I...

``` #function to generate a mapview map generate_map % dplyr::select(haz, cell) %>% st_rasterize() %>% rast() %>% raster() dummy_map$haz % pull(haz), na.rm = T)) %>% c() %>% range mapview_pal

Okay. As you mentioned it was due to layer names. I was using the same layer names inside map1 and map2 and it caused all the issues. Changing the layer...