fix: add lineWidth to Shared_DeckGL.jsx (#9496)
* fix: add lineWidth to Shared_DeckGL.jsx * linting
This commit is contained in:
parent
b39e78fca5
commit
5ec0192bcc
|
|
@ -234,6 +234,18 @@ export const lineColumn = {
|
|||
},
|
||||
};
|
||||
|
||||
export const lineWidth = {
|
||||
name: 'line_width',
|
||||
config: {
|
||||
type: 'TextControl',
|
||||
label: t('Line width'),
|
||||
renderTrigger: true,
|
||||
isInt: true,
|
||||
default: 10,
|
||||
description: t('The width of the lines'),
|
||||
},
|
||||
};
|
||||
|
||||
export const fillColorPicker = {
|
||||
name: 'fill_color_picker',
|
||||
config: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue