Add Hansen's deforestation maps to tropical areas in WMS format This is for visualisation only

hansen_wms(m)

Arguments

m

Examples

# NOT RUN {
qmap("Sumatra") %>% hansen_wms()
# Then you can get the layers for local processing
# Using get_hansen
for<-get_hansen(x=101,y=0,dist=10)

# }