Add raster tiles from a local folder
Add tiled raster data pyramids from a local folder that was created with gdal2tiles.py (see https://gdal.org/gdal2tiles.html for details).
addTileFolder( map, folder, tms = TRUE, layerId = NULL, group = NULL, attribution = NULL, options = leaflet::tileOptions(), data = leaflet::getMapData(map) )
map |
a mapview or leaflet object. |
folder |
the (top level) folder where the tiles (folders) reside. |
tms |
whether the tiles are served as TMS tiles. |
layerId |
the layer id. |
group |
the group name for the tile layer to be added to |
attribution |
the attribution text of the tile layer (HTML). |
options |
a list of extra options for tile layers.
See |
data |
the data object from which the argument values are derived; by default, it is the data object provided to leaflet() initially, but can be overridden. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.