diff --git a/src/modules/RA/DataLayer/components/tabs/StyleTab/Style/WizardFillExtrusion.js b/src/modules/RA/DataLayer/components/tabs/StyleTab/Style/WizardFillExtrusion.js index 3e8bc3e2..aeba6390 100644 --- a/src/modules/RA/DataLayer/components/tabs/StyleTab/Style/WizardFillExtrusion.js +++ b/src/modules/RA/DataLayer/components/tabs/StyleTab/Style/WizardFillExtrusion.js @@ -63,6 +63,7 @@ const WizardFillExtrusion = ({ path, fields, getValuesOfProperty }) => { path={`${path}.style.fill_extrusion_height`} fields={fields} getValuesOfProperty={getValuesOfProperty} + canGenerateLegend={false} /> @@ -77,6 +78,7 @@ const WizardFillExtrusion = ({ path, fields, getValuesOfProperty }) => { choices={[ { id: 'none', name: translate('style-editor.style-type.none') }, { id: 'fixed', name: translate('style-editor.style-type.fixed') }, + { id: 'variable', name: translate('style-editor.style-type.variable') }, ]} helperText={false} initialValue="none" @@ -87,6 +89,7 @@ const WizardFillExtrusion = ({ path, fields, getValuesOfProperty }) => { path={`${path}.style.fill_extrusion_base`} fields={fields} getValuesOfProperty={getValuesOfProperty} + canGenerateLegend={false} />