NEWS.md
send_mapboxer_update()
to update_mapboxer()
(#32)basemap_
prefix to funcs creating basemap styles (#41, #27)set_style
in Shiny apps (#24)draw
plugin as experimental feature, in this case js library for the feature is loaded externally (#17)motor_vehicle_collisions_nyc
sample dataset (#3)row
and col
parameter to add_filter_control
(#33)sf
bounding boxes for bounds
parameter in mapboxer()
and fit_bounds()
pkgdown
site (#37)send_update()
to send_mapboxer_update()
.sf
-objects in set_data()
.mapbox_source
objects as data
parameter in set_data()
.mapboxer_proxy()
to update map in Shiny apps:
add_text_control()
: Add text boxes to the mapadd_mouse_position_control()
Show coordinates on mouseover
add_filter_control()
: Filter layer data on the flyadd_layer()
func:
add_fill_layer()
add_circle_layer()
add_line_Layer()