feat(deckgl): add new color controls with color breakpoints (#34017)

This commit is contained in:
Damian Pendrak
2025-07-11 16:29:26 +02:00
committed by GitHub
parent 30695d75d7
commit 7229e1ccf3
48 changed files with 2535 additions and 1776 deletions

View File

@@ -52,7 +52,7 @@ const ContourOption = ({
const formattedColor = color
? `rgba(${color.r}, ${color.g}, ${color.b}, 1)`
: 'undefined';
: 'rgba(0,0,0,0)';
const formatIsoline = (threshold: number, width: number) =>
`${t('Threshold')}: ${threshold}, ${t('color')}: ${formattedColor}, ${t(