- Fix typo in mapbox basemaps (#87)
- Fix namespace bug in
mapboxer_proxy(#62)
- Renamed
send_mapboxer_update()toupdate_mapboxer()(#32) - Send data back to R in Shiny app (#44)
- Support for tooltips (#43)
- Added constant with basemap style URLs, added
basemap_prefix to funcs creating basemap styles (#41, #27) - Updated examles (#39)
- Support
set_stylein Shiny apps (#24) - Added
drawplugin as experimental feature, in this case js library for the feature is loaded externally (#17) - Added
motor_vehicle_collisions_nycsample dataset (#3) - Added
rowandcolparameter toadd_filter_control(#33) - Support
sfbounding boxes forboundsparameter inmapboxer()andfit_bounds() - Added showcases to
pkgdownsite (#37) - Moved API examples to examples folder (#40)
- Added Getting started vignette.
- Renamed
send_update()tosend_mapboxer_update(). - Added support for data frames and
sf-objects inset_data().
- Added support for
mapbox_sourceobjects asdataparameter inset_data().
- Added
mapboxer_proxy()to update map in Shiny apps:set_filter()set_paint_property()set_layout_property()set_data()
- Added custom controls:
add_text_control(): Add text boxes to the mapadd_mouse_position_control()Show coordinates onmouseoveradd_filter_control(): Filter layer data on the fly
- Added layer shortcuts beside the generic
add_layer()func:add_fill_layer()add_circle_layer()add_line_Layer()
- Added funcs to use raster tiles or a single background color as map style:
use_raster_style()use_stamen_raster_style()get_osm_raster_tiles()
- Added a
NEWS.mdfile to track changes to the package.