路径规划

This commit is contained in:
zhuangzhuang2000
2026-04-24 20:41:41 +08:00
parent 16d049d082
commit 40960baac9
5 changed files with 57 additions and 6 deletions
+1 -3
View File
@@ -258,9 +258,7 @@ export const useRainDisasterChain = () => {
name: '显示交通道路',
statusStore: statusStore.infrastructureLayers,
statusKey: 'showTrafficRoad' as const,
callback: (status: unknown) => {
console.log('显示交通道路', status);
},
callback: layerControl.clickTrafficRoad,
},
{
name: '显示桥梁',