leaf_basemap: Basemap stack in leaflet.

View source: R/leaf_basemap.R

leaf_basemapR Documentation

Basemap stack in leaflet.

Description

Make a stack of leaflet baselayers for use in shiny apps.

Usage

leaf_basemap(bounds = NULL, basemap = "light")

Arguments

bounds

A bbox object or numeric vector of length four, with xmin, ymin, xmax and ymax values in WGS84 (epsg 4326).

basemap

The first layer to start in the basemap stack. Either "light", "dark", "street", "satellite", or "ocean". Defaults to "light".

Value

A leaflet object.

Examples

leaf_basemap(basemap = "dark")

leaf_basemap(bounds = c(166.70047,-34.45676, 178.52966,-47.06345))


simplevis documentation built on May 31, 2023, 7:02 p.m.