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

@@ -136,7 +136,7 @@ class AddModal extends React.Component {
onChange={v => this.setState({ source: v })}
/>
}
{this.state.type !== 'background' && this.state.type !== 'raster' &&
{this.state.type !== 'background' && this.state.type !== 'raster' && this.state.type !== 'hillshade' &&
<LayerSourceLayerBlock
isFixed={true}
sourceLayerIds={layers}