geoarrow / deck.gl-layers

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

Fix default props (again) #75

Closed kylebarron closed 7 months ago

kylebarron commented 7 months ago

Previously, when we were passing all default props into the layer, e.g. the scatterplot layer was crashing and not rendering anything.

image

Instead, we should pass only our default props down into the layer