显示学校
This commit is contained in:
@@ -53,6 +53,14 @@ export const useLayerControl = () => {
|
||||
useStatusStore().poiLayers.showReservePoint.loading = true;
|
||||
};
|
||||
|
||||
/**
|
||||
* 点击显示学校
|
||||
*/
|
||||
const clickSchool = () => {
|
||||
// 加载状态为true
|
||||
useStatusStore().poiLayers.showSchool.loading = true;
|
||||
};
|
||||
|
||||
/**
|
||||
* 点击显示人口网格
|
||||
*/
|
||||
@@ -75,6 +83,7 @@ export const useLayerControl = () => {
|
||||
clickEmergencyShelter,
|
||||
clickFireStation,
|
||||
clickStorePoints,
|
||||
clickSchool,
|
||||
clickPopulationGrid,
|
||||
clickWaterPipe,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user