mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 01:55:28 +01:00
Added new fieldSpec.type 'resolvedImage'
This commit is contained in:
parent
4dbb423ac2
commit
90ea6323c1
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ export default class SpecField extends React.Component {
|
|||
{...commonProps}
|
||||
options={options}
|
||||
/>
|
||||
case 'resolvedImage':
|
||||
case 'formatted':
|
||||
case 'string':
|
||||
if(iconProperties.indexOf(this.props.fieldName) >= 0) {
|
||||
|
|
Loading…
Reference in a new issue