geoarrow / deck.gl-layers

deck.gl layers for rendering GeoArrow data
MIT License
73 stars 6 forks source link

compute table offsets #91

Closed kylebarron closed 5 months ago

kylebarron commented 5 months ago

Closes https://github.com/geoarrow/deck.gl-layers/issues/90. Need to implement this for all layers...

Or maybe we should have a common abstract base class (does js have mixins?) that adds some state and common methods?

kylebarron commented 5 months ago

We can come back to a shared base class in the future