v0.2.0
Breaking Changes
- Layers no longer render a map object. Instead, pass one or more layer instances into a
lonboard.Map
and display that.
New Features
- Support multiple layers on a single map.
- Tooltip with data information on hover.
- Allow hex string color input to ColorAccessor.
- Versioned documentation website
- New examples
- Experimental API to change map height
Fixed
- Fix handling of 3d coordinates by @kylebarron in #160
- Improved validation error messages by @kylebarron in #161
New Contributors
- @chrisgervang made their first contribution in #150
Full Changelog: v0.1.2...v0.2.0