Open marionowak opened 4 years ago
Great idea! Do you think it can also be used in plotting mode? I'm not very familiar with WMS yet, but from what I've read, it should be possible. I used to have the distinction between zoom-dependent tiles (tm_basemap
/tm_tiles
) on the one hand, and static images on the other (tm_raster
/tm_rgb
), but it seems WMS could serve both.
Does any of you have a reproducible example of using WMS in R?
There's a nice example here, though only interactive...
Is it possible to add a raster WMS layer as background for a map? I think this could be added to tm_rgb(). Similar to leaflet::addWMSTiles():