mirror of
https://github.com/maputnik/editor.git
synced 2026-01-01 19:10:01 +00:00
Added the ability to convert from data/zoom function to expression
This commit is contained in:
@@ -177,6 +177,12 @@ export default class ZoomProperty extends React.Component {
|
||||
>
|
||||
Add stop
|
||||
</Button>
|
||||
<Button
|
||||
className="maputnik-add-stop"
|
||||
onClick={this.props.onExpressionClick.bind(this)}
|
||||
>
|
||||
Convert to expression
|
||||
</Button>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user