Changelog
mapgl 0.1.3
- Geocoding support for Mapbox and MapLibre maps added with
add_geocoder_control()
- Freehand draw support in the draw toolbar with
add_draw_control(freehand = TRUE)
- A “reset view” control available with
add_reset_control()
- Circle clustering is streamlined with the
cluster_options()
function, to be used with thecluster_options
argument inadd_circle_layer()
andadd_symbol_layer()
- Various bug fixes and performance improvements.