地震灾害避难所

This commit is contained in:
wzy-warehouse
2026-04-18 20:12:43 +08:00
parent b7d300e1e9
commit cee9eb50eb
@@ -199,9 +199,7 @@ export const useEarthquakeDisasterChain = () => {
name: '显示避难所', name: '显示避难所',
statusStore: statusStore.poiLayers, statusStore: statusStore.poiLayers,
statusKey: 'showRefugeeShelter' as const, statusKey: 'showRefugeeShelter' as const,
callback: (status: unknown) => { callback: layerControl.clickEmergencyShelter,
console.log('显示避难所', status);
},
}, },
{ {
name: '显示消防站', name: '显示消防站',