style: lint style

This commit is contained in:
shihui 2022-12-26 23:31:35 +08:00
parent c0a0a98036
commit 930f2bd28a
1 changed files with 10 additions and 10 deletions

View File

@ -53,16 +53,16 @@ export default () => {
rampColors: {
// colors: colorList,
// positions
// 'Water': '#419bdf',
// 'Tree': '#397d49',
// 'Grass': '#88b053',
// 'vegetation': '#7a87c6',
// 'Crops': '#e49635',
// 'shrub': '#dfc35a',
// 'Built Area': '#c4281b',
// 'Bare ground': '#a59b8f',
// 'Snow': '#a8ebff',
// 'Clouds': '#616161',
'Water': '#419bdf',
'Tree': '#397d49',
'Grass': '#88b053',
'vegetation': '#7a87c6',
'Crops': '#e49635',
'shrub': '#dfc35a',
'Built Area': '#c4281b',
'Bare ground': '#a59b8f',
'Snow': '#a8ebff',
'Clouds': '#616161',
}
});