[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:
Maxime Beauchemin
2017-12-19 12:38:03 -08:00
committed by GitHub
parent d4e8d57fc4
commit e4903e6dc6
10 changed files with 182 additions and 9 deletions

View File

@@ -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',