mirror of
https://github.com/maputnik/editor.git
synced 2026-01-06 21:40:01 +00:00
Added hillshading support.
This commit is contained in:
@@ -18,6 +18,7 @@ class LayerIcon extends React.Component {
|
||||
switch(this.props.type) {
|
||||
case 'fill-extrusion': return <BackgroundIcon {...iconProps} />
|
||||
case 'raster': return <FillIcon {...iconProps} />
|
||||
case 'hillshade': return <FillIcon {...iconProps} />
|
||||
case 'fill': return <FillIcon {...iconProps} />
|
||||
case 'background': return <BackgroundIcon {...iconProps} />
|
||||
case 'line': return <LineIcon {...iconProps} />
|
||||
|
||||
Reference in New Issue
Block a user