Added hillshading support.

This commit is contained in:
orangemug
2018-02-16 19:52:19 +00:00
parent df3a42acce
commit 8acbd784a0
8 changed files with 45 additions and 19 deletions

View File

@@ -22,6 +22,7 @@ class LayerTypeBlock extends React.Component {
['raster', 'Raster'],
['circle', 'Circle'],
['fill-extrusion', 'Fill Extrusion'],
['hillshade', 'Hillshade'],
]}
onChange={this.props.onChange}
value={this.props.value}