mistercrunch commented on a change in pull request #4134: [Geo] Added DeckGL 
Arc Layer
URL: 
https://github.com/apache/incubator-superset/pull/4134#discussion_r159556008
 
 

 ##########
 File path: superset/viz.py
 ##########
 @@ -1818,6 +1818,58 @@ def get_position(self, d):
             d.get('lat'),
         ]
 
+    def process_spatial_query_obj(self, spatial_key):
+        fd = self.form_data
+        gb = []
+        spatial = fd.get(spatial_key)
+
+        if spatial is None:
+            raise Exception(_('Bad spatial key'))
 
 Review comment:
   nit: ValueError

----------------------------------------------------------------
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

Reply via email to