[R-sig-Geo] resolution of openmap() raster layers

2016-02-25 Thread Agustin Lobo
Is there any way to download the raster layers of openmap() with an increased resolution? I find the quality of the labels very low, or am I doing something wrong? i.e. require(raster) require(mapmisc) nica <- getData("GADM", country="NIC", level=0) nicabg <- openmap(nica, path="landscape") plot(n

Re: [R-sig-Geo] resolution of openmap() raster layers

2016-02-25 Thread Barry Rowlingson
On Thu, Feb 25, 2016 at 5:11 PM, Agustin Lobo wrote: > Is there any way to download the raster layers > of openmap() with an increased resolution? > I find the quality of the labels very low, > or am I doing something wrong? i.e. > > require(raster) > require(mapmisc) > nica <- getData("GADM", cou

Re: [R-sig-Geo] resolution of openmap() raster layers

2016-02-25 Thread Chris Reudenbach
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) che

Re: [R-sig-Geo] resolution of openmap() raster layers

2016-02-26 Thread Agustin Lobo
Stunning! Can I remove the buttons for saving to a bmp file? What attribution should be used for publishing? Agus On Thu, Feb 25, 2016 at 7:42 PM, Chris Reudenbach wrote: > Hi, > > if you just want to map the data, mapview could be an option that among > others avoid the pixel stretching. > > req

Re: [R-sig-Geo] resolution of openmap() raster layers

2016-02-26 Thread Chris Reudenbach
Agus, Mapview is using leaflet as engine. Due to this you will have the control icons on the map because first of all it is designed for interactive mapping within RStudio/R. I think there are two different approaches to save your maps: If you want to have a dump of the mapviewobject (but in

Re: [R-sig-Geo] resolution of openmap() raster layers

2016-02-28 Thread Agustin Lobo
I get an error at installing from github on MacOSX10.9.5 that I have reported to https://github.com/environmentalinformatics-marburg/mapview/issues and it is being dealt there. With the cran version mapview_1.0.0, I have problems to select the type of map, I always get the OSM one. I've tried both

Re: [R-sig-Geo] resolution of openmap() raster layers

2016-02-28 Thread Edzer Pebesma
Please don't reply to an existing thread with a new topic! On 28/02/16 18:30, Agustin Lobo wrote: > I get an error at installing from github on MacOSX10.9.5 that I have reported > to https://github.com/environmentalinformatics-marburg/mapview/issues > and it is being dealt there. > > With the cra