Skip to content

Commit

Permalink
add HillshadeStyleLayer to TypedStyleLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
Molly Lloyd committed Dec 2, 2017
1 parent 33aa66b commit a3deabf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/style/style_layer/typed_style_layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ import type CircleStyleLayer from './circle_style_layer';
import type FillStyleLayer from './fill_style_layer';
import type FillExtrusionStyleLayer from './fill_extrusion_style_layer';
import type HeatmapStyleLayer from './heatmap_style_layer';
import type HillshadeStyleLayer from './hillshade_style_layer';
import type LineStyleLayer from './line_style_layer';
import type SymbolStyleLayer from './symbol_style_layer';

export type TypedStyleLayer = CircleStyleLayer |
FillStyleLayer |
FillExtrusionStyleLayer |
HeatmapStyleLayer |
HillshadeStyleLayer |
LineStyleLayer |
SymbolStyleLayer;

0 comments on commit a3deabf

Please sign in to comment.