Releases: geoarrow/deck.gl-layers
Releases · geoarrow/deck.gl-layers
v0.3.0
This version includes major improvements over 0.2.
New Features:
- Run
earcut
on a web worker to improve rendering performance of theSolidPolygonLayer
by @kylebarron in #85- Earcut main thread fallback by @kylebarron in #92
- New layer types:
- Add Arc layer by @kylebarron in #63
- Add heatmap layer by @kylebarron in #64
- Add column layer and h3 hexagon layer by @kylebarron in #68
- Add GeoArrowTextLayer by @kylebarron in #70
- GeoArrow-based Trips Layer by @kylebarron in #34
- polygon layer by @kylebarron in #79
- Start implementation of point cloud layer by @naomatheus in #96
What's Changed
- Simplified accessor validation by @kylebarron in #69
- Text example & Fix text rendering by @kylebarron in #72
- compute table offsets by @kylebarron in #91
- Fix error when no geometry column found by @kylebarron in #94
- function accessors by @kylebarron in #100
- Wrap worker instantiation in try/catch; fix for non-served HTML files by @kylebarron in #108
- Export PointCloudLayer through top-level index.ts by @kylebarron in #110
- Fix picking in the polygon layer by @kylebarron in #113
- Publish beta with fixed PolygonLayer by @kylebarron in #115
- Fix bundling for loading from CDN by @kylebarron in #111
- Prefer user input over defaults by @kylebarron in #119
- fix arrow bundle by @atmorling in #122
- Support deck.gl v9 by @kylebarron in #112
- Support separated (struct) coordinates for all applicable layers by @gmoney1729 in #139
New Contributors
- @naomatheus made their first contribution in #96
- @gmoney1729 made their first contribution in #139
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Cleaner data repro for point and polygon examples by @kylebarron in #45
- Correctly forward props by @kylebarron in #46
- Fix multipolygon rendering by @kylebarron in #48
- Fixed multi polygon attribute rendering by @kylebarron in #49
- Implement picking by @kylebarron in #47
- improved typing for picking info by @kylebarron in #50
- Triangulate ourselves w/ earcut (fix with holes) by @kylebarron in #51
- Kyle/bump version 0.2 by @kylebarron in #53
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Initial public release.
- Initial support for
GeoArrowScatterplotLayer
,GeoArrowPathLayer
, andGeoArrowSolidPolygonLayer
.
New Contributors
- @kylebarron made their first contribution in #1
- @manzt made their first contribution in #7
Full Changelog: https://github.com/geoarrow/deck.gl-layers/commits/v0.1.0