Create a GeoLibre widget
Usage
geolibre(
project = NULL,
width = NULL,
height = NULL,
app_url = getOption("geolibre.app_url", "https://web.geolibre.app/"),
map_only = FALSE,
elementId = NULL
)Arguments
- project
A GeoLibre project list, a path to a
.geolibre.jsonfile, orNULLfor a new project.- width, height
Widget dimensions passed to
htmlwidgets::createWidget().- app_url
URL of a GeoLibre web deployment. It must support the
?embed=1project bridge.- map_only
Hide the application chrome and show only the map.
- elementId
Optional widget element ID.