添加地铁站

This commit is contained in:
zhuangzhuang2000
2026-04-27 15:04:59 +08:00
parent a9f622f211
commit f3c33f70f0
13 changed files with 244 additions and 11 deletions
+3 -5
View File
@@ -286,11 +286,9 @@ export const useRainDisasterChain = () => {
},
{
name: '显示地铁站',
statusStore: statusStore.infrastructureLayers,
statusKey: 'showSubway' as const,
callback: (status: unknown) => {
console.log('显示地铁站', status);
},
statusStore: statusStore.poiLayers,
statusKey: 'showSubwayStation' as const,
callback: layerControl.clickSubwayStation,
},
];
};