betodealmeida commented on a change in pull request #5767: Fix multilayer
geoviz and color picker error
URL:
https://github.com/apache/incubator-superset/pull/5767#discussion_r213513821
##########
File path: superset/assets/src/visualizations/deckgl/layers/arc.jsx
##########
@@ -18,7 +18,8 @@ function getPoints(data) {
return points;
}
-function getLayer(fd, data, slice) {
+function getLayer(fd, payload, slice) {
Review comment:
Good catch, I simplified the `getLayer` interface but forgot that other
deck.gl vizs need other attributes in the payload.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]