地震灾害避难所
This commit is contained in:
@@ -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: '显示消防站',
|
||||||
|
|||||||
Reference in New Issue
Block a user