diff --git a/src/util/qpolygon-utils.js b/src/util/qpolygon-utils.js index e580fbb7..4f1e9178 100644 --- a/src/util/qpolygon-utils.js +++ b/src/util/qpolygon-utils.js @@ -1640,7 +1640,13 @@ export const drawGabledRoof = (roofId, canvas) => { selectable: false, fontSize: roof.fontSize, name: 'roofPolygon', - attributes: { roofId: roof.id, currentRoof: currentRoof.id }, + attributes: { + roofId: roof.id, + currentRoof: currentRoof.id, + pitch: currentRoof.attributes.pitch, + degree: currentRoof.attributes.degree, + direction: currentRoof.direction, + }, }) const currentDegree = currentRoof.attributes.pitch > 0 ? getDegreeByChon(currentRoof.attributes.pitch) : currentRoof.attributes.degree //지붕 각도에 따른 실측치 조정