Added heatmap layer type.

This commit is contained in:
orangemug
2018-02-18 11:50:04 +00:00
parent a092bc2689
commit 77ddf67201
5 changed files with 19 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ class LayerIcon extends React.Component {
case 'fill-extrusion': return <BackgroundIcon {...iconProps} />
case 'raster': return <FillIcon {...iconProps} />
case 'hillshade': return <FillIcon {...iconProps} />
case 'heatmap': return <FillIcon {...iconProps} />
case 'fill': return <FillIcon {...iconProps} />
case 'background': return <BackgroundIcon {...iconProps} />
case 'line': return <LineIcon {...iconProps} />