map-class | R Documentation |
map
classContains a common system for organizing geospatial vector and raster data, principally for use with leaflet and shiny.
metadata
data.table
with columns describing metadata of objects in the map
.
.xData
Named environment of geospatial data objects (e.g., sf
, Raster*
, Spatial*
).
Each entry may also be simply an environment, which indicates
where to find the object, i.e., via get(layerName, envir = environment)
.
CRS
The common CRS of all layers.
paths
A named list of file paths. The default is a list of length 2 specifying
dataPath
and tilePath
.
analyses
A data.table
or data.frame
of the types of analyses to perform.
analysesData
A data.table
or data.frame
of the results of the analyses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.