style: improve SCADA analysis visibility

This commit is contained in:
2026-07-21 10:17:26 +08:00
parent 21791b9cee
commit caf06a8a82
3 changed files with 25 additions and 25 deletions
+4 -4
View File
@@ -66,17 +66,17 @@ test("frontend actions replace SCADA analysis results and remain legible at 375p
expect(rendered).toEqual({
label: "MP02 · 低",
labelLayer: "symbol",
labelSize: 15,
labelSize: 18,
labelFont: ["Noto Sans Regular"],
level: "low",
levelLayer: "circle",
levelColors: [
"match",
["get", "analysis_level"],
"high", "#DC2626",
"high", "#F43F5E",
"medium", "#F59E0B",
"low", "#16A34A",
"#7C3AED"
"low", "#10B981",
"#8B5CF6"
],
indicatorLayer: "circle"
});