删除多余的输出
This commit is contained in:
@@ -703,7 +703,6 @@ const StyleEditorPanel: React.FC<StyleEditorPanelProps> = ({
|
|||||||
);
|
);
|
||||||
dynamicStyle["circle-stroke-width"] = 2;
|
dynamicStyle["circle-stroke-width"] = 2;
|
||||||
}
|
}
|
||||||
console.log("应用样式:", dynamicStyle);
|
|
||||||
// 应用样式到图层
|
// 应用样式到图层
|
||||||
renderLayer.setStyle(dynamicStyle);
|
renderLayer.setStyle(dynamicStyle);
|
||||||
// 用初始化时的样式配置更新图例配置,避免覆盖已有的图例名称和属性
|
// 用初始化时的样式配置更新图例配置,避免覆盖已有的图例名称和属性
|
||||||
|
|||||||
Reference in New Issue
Block a user