修复离散彩虹颜色显示问题

This commit is contained in:
JIANG
2025-11-18 11:58:32 +08:00
parent 01563c3c2d
commit 9c533c0911
3 changed files with 995 additions and 82 deletions

View File

@@ -116,10 +116,6 @@ const Toolbar: React.FC<ToolbarProps> = ({ hiddenButtons, queryType }) => {
layerName: state.layerName,
layerId: state.layerId,
}));
useEffect(() => {
console.log(layerStyleStates);
console.log("Active Legends:", activeLegendConfigs);
}, [layerStyleStates]);
// 创建高亮图层
useEffect(() => {
if (!map) return;