Skip to content

Commit

Permalink
crop type layer color
Browse files Browse the repository at this point in the history
  • Loading branch information
Maneesh7012 committed Sep 16, 2023
1 parent 2c21cbb commit 6c132a4
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,15 @@ export default function GeoRaster({ url }) {
} else if (currentLayer === 'crop_type' && layerDesc.id === 134) {
const scale = chroma
.scale([
'#80FF00',
'#00FF01',
'#80FF00',
'#FFFF01',
'#006401',
'#01FFFF',
'#FED700',
'#D1B48C',
'#FEA500',
'#EE82EF',
'#E0697B',
'#A020EF',
'#FF00FE',
'#FFC0CB',
Expand Down Expand Up @@ -325,7 +325,8 @@ export default function GeoRaster({ url }) {
'#FFFF01',
'#EE82EF',
'#A020EF',
'#FFB6C1',
// '#FFB6C1',
'#e0697b',
'#D1B48C',
'#A52B2A',
'#FFC0CB',
Expand Down

0 comments on commit 6c132a4

Please sign in to comment.