Compare commits

..

2 Commits

View File

@ -1146,7 +1146,7 @@ export const usePolygon = () => {
defense = 'south' defense = 'south'
break break
} }
pitch = polygon.lines[index]?.attributes?.pitch ?? 0 pitch = polygon.lines[index]?.attributes?.pitch ?? representLine?.attributes?.pitch ?? 0
const roof = new QPolygon(roofPoint, { const roof = new QPolygon(roofPoint, {
fontSize: polygon.fontSize, fontSize: polygon.fontSize,