mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 16:40:00 +00:00
Define source and layer settings in layout.json
This commit is contained in:
@@ -35,6 +35,7 @@ export default class PropertyGroup extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
console.log(this.props.layer.id, this.props.groupFields)
|
||||
const fields = this.props.groupFields.map(fieldName => {
|
||||
const fieldSpec = getFieldSpec(this.props.layer.type, fieldName)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user