Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.08 KB

NEWS.md

File metadata and controls

40 lines (24 loc) · 1.08 KB

Changes in version 0.0.2

  • New function: addLayerControlTitle() for adding a title to a leaflet layer control

Changes in version 0.0.1

  • Removing useWakeCss() (moving to idstyle package since it can be used for any html widget, not just maps)

idgeo (development version 0.0.0.9000)

  • Initial creation

Datasets

data frames:

  1. local_zips
  2. nc_counties

sf:

  1. sf_nc_counties
  2. sf_nc_tracts
  3. sf_nc_zips

Generic Functions

  1. generate_average_distance_centroid()
  2. put_pts_in_polygon()

Leaflet Functions

Lots! The main ones: prettyLeaflet() in place of leaflet::leaflet() and addPrettyPolygons() in place of leaflet::addPolygons() for consistent and efficient leaflet map making.