Nothing
# gadm_longTo360.gadm_sf --------------------------------------------------
# =========================================================================
gadm_longTo360.gadm_sf <- function(x) {
.x <- x
geom <- st_geometry(.x$sf)
geom = (st_geometry(geom) + c(360,90)) %% c(360) - c(0,90)
.x$sf$geometry <- geom
.x
}
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.