添加地铁站

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
@@ -109,6 +109,13 @@ export const useLayerControl = () => {
useStatusStore().infrastructureLayers.showReservoir.loading = true;
};
/**
* 显示地铁站点
*/
const clickSubwayStation = () => {
useStatusStore().poiLayers.showSubwayStation.loading = true;
};
return {
clickHiddenDangerPoint,
clickHospital,
@@ -124,5 +131,6 @@ export const useLayerControl = () => {
clickNationRoad,
clickBridge,
clickReservoir,
clickSubwayStation,
};
};