Converts GeoJSON Feature properties to HTML
Converts GeoJSON Feature properties to HTML Table.
Customize the leaflet widget style
propsToHTML(props, elem = NULL, elem.attrs = NULL)propstoHTMLTable(props = NULL, table.attrs = NULL, drop.na = TRUE)
setMapWidgetStyle(map, style = list(background = "transparent"))
A list of GeoJSON Property Keys.
An optional wrapping element e.g. 'div'.
An optional named list for the wrapper element properties.
An optional named list for the HTML Table.
whether to skip properties with empty values.
the map widget
a A list of CSS key/value properties.