v0.3.3
- fixed bug in polygon layer when using sfheaders::sf_cast()
- fixed bug in manual legend for point layers issue 301
- path width options issue 300
- min and max pitch and zoom options issue 295
v0.3.2
- add_animated_arc()layer
- better handling of polygon colours issue287
- bug fixed when clearing a layer issue286
- layers can repeat at low zoom levels issue282
- mapbox dependencies udpated to 1.9.0
- tooltip for binary layers fixed issue280
v0.3.1
- you can now use most sfcgeometry types in any plotting layer
- performance boost for add_scatterplot(),add_column()andadd_pointcloud()
- Arc layer supports 3D positions
- More layers get brush_radius- issue164
- show_view_stateoption to overlay the current View State issue238
- performance improvements for dates and factors issue235
- add_bitmap()to add a bitmap / image to the map
- input$map_view_change now observed issue211 - thanks @zacdav
- update_style()function
- add_path()accepts dashed lines
- mapbox tokens are searched for in environement variables if one isn’t provided issue209
- z-fighting issue 199
- factors correctly used in legends issue #138
- add_trips()for adding animated trips to the map
- add_pathgets- billboardargument so the path always faces the ‘camera’
- Fix for legends in GeoJSON layer - issue #190
- add_hexagonnow supports GPU aggregation for colour and elevation
- radius_min_pixelsand- radius_max_pixelsarguemnts for scatterplots
- add_mesh()for mesh3d objects
- Google Map supported
- mapdeck_legendand- legend_elementfor manually creating legends
- add_column()to draw columns (as any polygon shape)
- add_text()gets- billbaord,- font_family,- font_weight
- add_greatcircles()to draw flat great circles
- add_linewidth docs updated to say ‘metres’
- add_arcgets- tiltand- heightarguments
- add_arcgets- brush_radiusargument for brushing
- opacity values can be in [0,1) OR [0,255]
- layers work without an access token
- add_title()for adding titles to map
- add_scatterplotgets- stroke_colourand- stroke_widtharguments
- add_hexagongets transitions
- add_hexagongets- weightand- colour_valuearguments for defining height and colour
- stroke_widthunits defined in help files
v0.2
- different palettes for both stroke & fill options
- stroke_colourfix for polygons
- transitionsargument for most layers
- mapdeck()argument order changed so- datais first ( to work better with pipes )
- update_viewand- focus_layeradded to focus layers on data
- bearing and pitch maintained on data layer updates
- bearingargument to- mapdeck()
- add_geojson()fully supported
- add_sf()convenience function
- Z attributes supported
- MULTI-geometry sf objects supported
- can use variables in place of string arguments
- highlight_colourargument
- all add_*()functions migrated to c++
- layer_idis optional to the user
- auto_highlightargument