The add_wmts_*()
functions are shorthand alternatives for a fully specified
leaflet::addTiles()
statement.
Appropriate attribution is added to the Leaflet map depending on the layer.
add_wmts_nl_brt(map, layer = c("standaard", "grijs", "pastel", "water"), ...)
add_wmts_nl_ortho(map, ...)
a map widget object created from leaflet()
String that defines which layer to use, if the function supports more than one. In such case, the available strings are shown in the Usage section. The first value is used if missing.
Further arguments passed to leaflet::addTiles()
.
A leaflet
HTML widget object.
On condition that these functions continue being maintained, using the shorthand functions should make your scripts more futureproof.
Other topics on using web services:
add_wms_be_cartoweb()
,
get_coverage_wcs()
,
get_feature_wfs()