Skip to content
Prev 24098 / 29559 Next

resolution of openmap() raster layers

Hi,

if you just want to map the data, mapview could be an option that among 
others avoid the pixel stretching.

require(mapview)
require(raster)
nica <- getData("GADM", country="NIC", level=0)

mapview(nica)

mapview(nica,zcol = "POP2000", color = "#FFA500", lwd= 5, alpha.regions 
= 0.4)


cheers Chris



Am 25.02.2016 um 18:49 schrieb Barry Rowlingson: