This version includes major improvements over 0.2.
- 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
- 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
Full Changelog: https://github.com/geoarrow/deck.gl-layers/compare/v0.2.0...v0.3.0
- Correctly forward props by @kylebarron in #46
- Cleaner data reproductions for examples by @kylebarron in #45
- 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
Full Changelog: https://github.com/geoarrow/deck.gl-layers/compare/v0.1.0...v0.2.0
- Initial public release.
- Initial support for
GeoArrowScatterplotLayer
,GeoArrowPathLayer
, andGeoArrowSolidPolygonLayer
.