feat(map): refine SCADA feature experience

This commit is contained in:
2026-07-14 10:48:24 +08:00
parent 0b7e827024
commit 1c85d938a6
35 changed files with 1020 additions and 842 deletions
@@ -16,7 +16,8 @@ describe("workbench source layer controls", () => {
"junctions",
"orifices",
"outfalls",
"pumps"
"pumps",
"scada"
]);
expect(items.slice(0, 5).map((item) => item.description)).toEqual([
"lingang:geo_conduits_mat",
@@ -37,16 +38,16 @@ describe("workbench source layer controls", () => {
"orifices",
"orifices-hover-outline",
"orifices-hover",
"orifices-selected-halo",
"orifices-selected-outer",
"orifices-selected-outline",
"orifices-selected",
"orifices-selected-separator",
"orifices-hit"
]);
expect(getWorkbenchLayerIds(map, "outfalls")).toEqual([
"outfalls-halo",
"outfalls",
"outfalls-hover",
"outfalls-selected-halo",
"outfalls-selected-outer",
"outfalls-selected",
"outfalls-hit"
]);