- New function:
addLayerControlTitle()
for adding a title to a leaflet layer control
- Removing
useWakeCss()
(moving toidstyle
package since it can be used for any html widget, not just maps)
- Initial creation
data frames:
local_zips
nc_counties
sf:
sf_nc_counties
sf_nc_tracts
sf_nc_zips
generate_average_distance_centroid()
put_pts_in_polygon()
Lots! The main ones: prettyLeaflet()
in place of leaflet::leaflet()
and addPrettyPolygons()
in place of leaflet::addPolygons()
for consistent and efficient leaflet map making.