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",