From 2d7fcc5e3a1f46ce00adb4b9296b91960a95b7b4 Mon Sep 17 00:00:00 2001 From: JIANG Date: Tue, 30 Dec 2025 18:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/OlMap/Controls/StyleEditorPanel.tsx | 1 - 1 file changed, 1 deletion(-) 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); // 用初始化时的样式配置更新图例配置,避免覆盖已有的图例名称和属性