Create a Maplibre GL output element for Shiny
maplibreOutput(outputId, width = "100%", height = "400px")
outputId
: The output variable to read fromwidth
: The width of the elementheight
: The height of the elementA Maplibre GL output element for use in a Shiny UI