Nothing
# gadm_getBB.gadm_sf ------------------------------------------------------
# =========================================================================
gadm_getBbox.gadm_sf <- function(x) {
sf::st_bbox(x$sf)
}
# gadm_getBbox.gadm_sp ------------------------------------------------------
# =========================================================================
gadm_getBbox.gadm_sp <- function(x) {
bbox(x$spdf)
}
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.