diff --git a/src/components/layers/LayerEditor.jsx b/src/components/layers/LayerEditor.jsx index 7675ded..9dbe043 100644 --- a/src/components/layers/LayerEditor.jsx +++ b/src/components/layers/LayerEditor.jsx @@ -121,12 +121,13 @@ export default class LayerEditor extends React.Component { value={this.props.layer.type} onChange={newType => this.props.onLayerChanged(changeType(this.props.layer, newType))} /> - this.changeProperty(null, 'source', v)} /> - {this.props.layer.type !== 'raster' && this.changeProperty(null, 'source-layer', v)}