forked from visgl/deck.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial capability to show infovis layers in layer-browser (visgl…
- Loading branch information
Showing
8 changed files
with
188 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import coreLayerExamples from './core-layers'; | ||
import experimentalLayerExamples from './experimental-layers'; | ||
import sampleLayerExamples from './sample-layers'; | ||
import deprecatedLayerExamples from './deprecated-layers'; | ||
import infovisLayerExamples from './infovis-layers'; | ||
|
||
export default { | ||
...coreLayerExamples, | ||
...experimentalLayerExamples, | ||
...sampleLayerExamples, | ||
...deprecatedLayerExamples | ||
...infovisLayerExamples | ||
}; |
Oops, something went wrong.