Nothing
test_that("Copernicus WMTS tile can be added to a map", {
skip_on_cran()
skip_if_offline("data.marine.copernicus.eu")
has_gdal_utils()
testthat::expect_no_error({
leaflet::leaflet() |>
addCmsWMTSTiles(
product = "GLOBAL_ANALYSISFORECAST_PHY_001_024",
layer = "cmems_mod_glo_phy-thetao_anfc_0.083deg_P1D-m",
variable = "thetao"
)
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.