Nothing
# st_crs method for feature layer
st_crs.FeatureLayer <- function(obj, ...) {
sf::st_crs(obj[["extent"]][["spatialReference"]][["latestWkid"]])
}
st_crs.ImageServer <- function(obj, ...) {
sf::st_crs(obj[["extent"]][["spatialReference"]][["latestWkid"]])
}
# Implement `st_transform()`
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.