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_r213513581
##########
File path: superset/viz.py
##########
@@ -2409,10 +2409,9 @@ def get_properties(self, d):
def get_data(self, df):
d = super(DeckArc, self).get_data(df)
- arcs = d['features']
return {
- 'arcs': arcs,
+ 'features': d['features'],
Review comment:
+1 I think it's good to standardize on the key value here.
----------------------------------------------------------------
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]