diff --git a/src/app/OlMap/Controls/StyleEditorPanel.tsx b/src/app/OlMap/Controls/StyleEditorPanel.tsx index fdae165..25dfec7 100644 --- a/src/app/OlMap/Controls/StyleEditorPanel.tsx +++ b/src/app/OlMap/Controls/StyleEditorPanel.tsx @@ -703,7 +703,6 @@ const StyleEditorPanel: React.FC = ({ ); dynamicStyle["circle-stroke-width"] = 2; } - console.log("应用样式:", dynamicStyle); // 应用样式到图层 renderLayer.setStyle(dynamicStyle); // 用初始化时的样式配置更新图例配置,避免覆盖已有的图例名称和属性