Drop a file here or
   
--- output: html_document: code_folding: hide --- ```{r block2, warning=FALSE,message=FALSE,fig.width=8, fig.height=6.5, dev='svg'} library(mapview) m1 = mapview(franconia, zcol = "district") m2 = mapview(breweries, cex = "founded", col.regions = "forestgreen") m1+m2|m2