diff --git a/src/hooks/usePolygon.js b/src/hooks/usePolygon.js index e5c56854..328687fe 100644 --- a/src/hooks/usePolygon.js +++ b/src/hooks/usePolygon.js @@ -1164,6 +1164,8 @@ export const usePolygon = () => { if (startFlag && endFlag) { if (!representLines.includes(line) && line.attributes.type === LINE_TYPE.WALLLINE.EAVES) { representLines.push(line) + } else if (!representLines.includes(line) && line.attributes.type === LINE_TYPE.WALLLINE.HIPANDGABLE) { + representLines.push(line) } } })