From ee77f11b27e68fdba5c79dc199817c0136fbe005 Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Thu, 18 Jan 2018 12:03:46 -0800 Subject: [PATCH] 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 b25d07417abc0..31fc51a990d0b 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()