library(crawl)
library(sf)
library(mapview); mapviewOptions(fgb=FALSE)
data(beardedSeals)
x<- st_as_sf(beardedSeals, coords=c("longitude","latitude"), crs=4326)
x <- st_transform(x, 3338)
x <- st_union(x)
download_osm()
land <- get_osm_coast(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.