deck.gl-layers icon indicating copy to clipboard operation
deck.gl-layers copied to clipboard

deck.gl layers for rendering GeoArrow data

Results 21 deck.gl-layers issues
Sort by recently updated
recently updated
newest added

I got an error about multiple versions of deck.gl. They're up to v9.

Could you create a layer wrapper for the [Icon Layer](https://deck.gl/docs/api-reference/layers/icon-layer) I've been using the GeoArrowScatterplotLayer but wanted more control over what the rendered points look like, e.g shape. I've taken...

We should also assert that there's only one column with geoarrow metadata.

It would be nice to allow picking of both the underlying SolidPolygonLayer and the PathLayer. In https://github.com/geoarrow/deck.gl-layers/pull/113 we enable the picked index from the SolidPolygonLayer to be proxied to the...

this is more of a help request than an issue, i would like to have an example or help in reading/parsing files in batches similar to `@loaders.gl` for example we...

multi-level composite layers don't work picking doesn't work because props arent' getting passed down to the base layer correctly