mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
[geo] add support for deck.gl's path layer (#4067)
* [geo] add support for deck.gl's path layer Works with json and polyline data. * Lint
This commit is contained in:
committed by
GitHub
parent
d4e8d57fc4
commit
e4903e6dc6
@@ -146,6 +146,9 @@ def load_examples(load_test_data):
|
||||
print('Loading flights data')
|
||||
data.load_flights()
|
||||
|
||||
print('Loading bart lines data')
|
||||
data.load_bart_lines()
|
||||
|
||||
|
||||
@manager.option(
|
||||
'-d', '--datasource',
|
||||
|
||||
Reference in New Issue
Block a user