From d4c78889065e1ce270ac635922884dcddd95a112 Mon Sep 17 00:00:00 2001 From: JIANG Date: Wed, 29 Oct 2025 17:27:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8A=82=E7=82=B9=E3=80=81?= =?UTF-8?q?=E7=AE=A1=E9=81=93=E7=9A=84=E6=A0=87=E7=AD=BE=E6=96=87=E5=AD=97?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E4=B8=BA=E9=BB=91=E8=89=B2=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E9=AB=98=E9=98=85=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/OlMap/MapComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/OlMap/MapComponent.tsx b/src/app/OlMap/MapComponent.tsx index a5cf51a..539c84b 100644 --- a/src/app/OlMap/MapComponent.tsx +++ b/src/app/OlMap/MapComponent.tsx @@ -486,7 +486,7 @@ const MapComponent: React.FC = ({ children }) => { d[pipeText] ? (d[pipeText] as number).toFixed(3) : "", getSize: 18, fontWeight: "bold", - getColor: [51, 153, 204], + getColor: [0, 0, 0], getAngle: (d: any) => d.angle || 0, getPixelOffset: [0, -8], getTextAnchor: "middle",