From adaa25dd53ce8fd75e150e5596b4415402c91384 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Thu, 26 Jun 2025 13:36:03 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=9C=EC=AA=BD=ED=9D=90=EB=A6=84=EC=9D=B8?= =?UTF-8?q?=20=EA=B2=BD=EC=9A=B0=20=EC=84=A4=EC=B9=98=EB=A9=B4=20=EC=9D=B4?= =?UTF-8?q?=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/usePolygon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/usePolygon.js b/src/hooks/usePolygon.js index 5aa4b7f1..9f0e390e 100644 --- a/src/hooks/usePolygon.js +++ b/src/hooks/usePolygon.js @@ -1146,7 +1146,7 @@ export const usePolygon = () => { defense = 'south' break } - pitch = polygon.lines[index]?.attributes?.pitch ?? 0 + pitch = polygon.lines[index]?.attributes?.pitch ?? representLine?.attributes?.pitch ?? 0 const roof = new QPolygon(roofPoint, { fontSize: polygon.fontSize,