# NOT RUN {
m1 <- mapView(franconia, col.regions = "red")
m2 <- mapView(breweries)
### add two mapview objects
m1 + m2
'+'(m2, m1)
### add layers to a mapview object
# }
# NOT RUN {
m1 + breweries + poppendorf[[4]]
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab