Releases: developmentseed/lonboard
Releases · developmentseed/lonboard
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
v0.1.2
What's Changed
- actually bump deck.gl layers to 0.2.0 😅 by @kylebarron in #142
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Updates to
@geoarrow/deck.gl-layers
version 0.2.0:- Fixed MultiPolygon rendering
- Fixed rendering of polygons with holes.
- Polygon rendering is roughly 35% faster.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Initial public release.
- Initial support for
ScatterplotLayer
,PathLayer
, andSolidPolygonLayer
.
New Contributors
- @abarciauskas-bgse made their first contribution in #5
- @dependabot made their first contribution in #17
- @vgeorge made their first contribution in #111
- @vincentsarago made their first contribution in #121
Full Changelog: https://github.com/developmentseed/lonboard/commits/v0.1.0