添加桥梁
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user