修复离散彩虹颜色显示问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user