更新环境变量;新增favicon

This commit is contained in:
JIANG
2025-11-10 14:51:14 +08:00
parent 929fafe9af
commit 20418ee9fe
8 changed files with 7 additions and 7 deletions

View File

@@ -529,7 +529,7 @@ const StyleEditorPanel: React.FC<StyleEditorPanelProps> = ({
const resetStyle = useCallback(() => {
if (!selectedRenderLayer) return;
// 重置 WebGL 图层样式
const defaultFlatStyle: FlatStyleLike = config.mapDefaultStyle;
const defaultFlatStyle: FlatStyleLike = config.MAP_DEFAULT_STYLE;
selectedRenderLayer.setStyle(defaultFlatStyle);
// 删除对应图层的样式状态,从而移除图例显示