hughhhh commented on a change in pull request #4173:  Using user-defined 
Javascript to customize geospatial visualization
URL: 
https://github.com/apache/incubator-superset/pull/4173#discussion_r161047627
 
 

 ##########
 File path: superset/viz.py
 ##########
 @@ -1876,8 +1882,12 @@ def get_data(self, df):
 
         features = []
         for d in df.to_dict(orient='records'):
-            d = dict(position=self.get_position(d), **self.get_properties(d))
-            features.append(d)
+            print(d)
 
 Review comment:
   remove print

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to