deck.gl
deck.gl copied to clipboard
[Bug] CARTO: columns property is missing in VectorQuerySourceOptions
Description
VectorQuerySourceOptions also must accept columns
property
Flavors
- [ ] Script tag
- [ ] React
- [ ] Python/Jupyter notebook
- [ ] MapboxOverlay
- [ ] GoogleMapsOverlay
- [X] CartoLayer
- [ ] ArcGIS
Expected Behavior
The Maps API must be called with columns
parameter for vectorQuerySource
dataset
Steps to Reproduce
Loads a vectorQuerySource
setting the columns
property
Environment
- Framework version: [email protected]
- Browser: N/A
- OS: N/A
Logs
No response
What about the h3QuerySource
, boundaryQuerySource
and quadbinQuerySource
?
What about the
h3QuerySource
,boundaryQuerySource
andquadbinQuerySource
?
We also need it for boundaryQuerySource
but for h3QuerySource
and, quadbinQuerySource
makes no sense because the maps API needs to know how to aggregate columns and we have the aggregationExp
for this