mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
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:
committed by
Maxime Beauchemin
parent
e4a95f9428
commit
073d56cb33
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user