Added Path, Polygon, and Arcs to deckGL example dashboard (#4242)

* Added Path, Polygon, and Arcs to deckGL example dashboard

* reorder task

* formatting...

* fix flights reference

* cleanup on aisle 9
This commit is contained in:
Hugh A. Miles II
2018-01-29 11:51:36 -08:00
committed by Maxime Beauchemin
parent e4a95f9428
commit 073d56cb33
2 changed files with 231 additions and 20 deletions

View File

@@ -136,21 +136,24 @@ def load_examples(load_test_data):
print('Loading [Misc Charts] dashboard')
data.load_misc_dashboard()
print('Loading DECK.gl demo')
data.load_deck_dash()
print('Loading Paris geojson data')
print('Loading [Paris GeoJson]')
data.load_paris_iris_geojson()
print('Loading [San Francisco population polygons]')
data.load_sf_population_polygons()
print('Loading [Flights data]')
data.load_flights()
print('Loading [BART lines]')
data.load_bart_lines()
if load_test_data:
print('Loading [Unicode test data]')
data.load_unicode_test_data()
print('Loading flights data')
data.load_flights()
print('Loading bart lines data')
data.load_bart_lines()
print('Loading DECK.gl demo')
data.load_deck_dash()
@manager.option(