fix: add lineWidth to Shared_DeckGL.jsx (#9496)

* fix: add lineWidth to Shared_DeckGL.jsx

* linting
This commit is contained in:
Ville Brofeldt 2020-04-09 22:47:50 +03:00 committed by GitHub
parent b39e78fca5
commit 5ec0192bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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: {