From 05a3da994c49263c64a7ae1237841f0b093d9461 Mon Sep 17 00:00:00 2001 From: ysCha Date: Wed, 25 Feb 2026 14:39:38 +0900 Subject: [PATCH] 222 --- src/util/skeleton-utils.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/util/skeleton-utils.js b/src/util/skeleton-utils.js index 0215f558..1b36d333 100644 --- a/src/util/skeleton-utils.js +++ b/src/util/skeleton-utils.js @@ -482,9 +482,8 @@ export const skeletonBuilder = (roofId, canvas, textMode) => { // changRoofLinePoints 좌표를 roof.skeletonPoints에 저장 (원본 roof.points는 유지) roof.skeletonPoints = changRoofLinePoints.map(p => ({ x: p.x, y: p.y })) - console.log('skeleton polygon:', orderedBaseLinePoints) - console.log('expanded polygon:', changRoofLinePoints) - const geoJSONPolygon = toGeoJSON(orderedBaseLinePoints) + console.log('points:', changRoofLinePoints) + const geoJSONPolygon = toGeoJSON(changRoofLinePoints) try { // SkeletonBuilder는 닫히지 않은 폴리곤을 기대하므로 마지막 점 제거