This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new cab8e7d remove setting spatial in DeckPathViz class (#4235)
cab8e7d is described below
commit cab8e7d22da029c2b34f1ad4d53e1b8dad6f9bf1
Author: Hugh A. Miles II <[email protected]>
AuthorDate: Thu Jan 18 12:03:46 2018 -0800
remove setting spatial in DeckPathViz class (#4235)
---
superset/viz.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/superset/viz.py b/superset/viz.py
index b25d074..31fc51a 100644
--- a/superset/viz.py
+++ b/superset/viz.py
@@ -1986,7 +1986,6 @@ class DeckPathViz(BaseDeckGLViz):
'json': json.loads,
'polyline': polyline.decode,
}
- spatial_control_keys = ['spatial']
def query_obj(self):
d = super(DeckPathViz, self).query_obj()
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].