mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 07:30:00 +00:00
Added hillshading support.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user