添加桥梁

This commit is contained in:
zhuangzhuang2000
2026-04-27 14:14:39 +08:00
parent 2b2bf3f5a4
commit 76c9a765fc
16 changed files with 317 additions and 12 deletions
+2 -4
View File
@@ -264,9 +264,7 @@ export const useRainDisasterChain = () => {
name: '显示桥梁',
statusStore: statusStore.infrastructureLayers,
statusKey: 'showBridge' as const,
callback: (status: unknown) => {
console.log('显示桥梁', status);
},
callback: layerControl.clickBridge,
},
{
name: '显示高速',
@@ -291,7 +289,7 @@ export const useRainDisasterChain = () => {
{
name: '显示地铁站',
statusStore: statusStore.infrastructureLayers,
statusKey: 'showReservoir' as const,
statusKey: 'showSubway' as const,
callback: (status: unknown) => {
console.log('显示地铁站', status);
},