dev #196

Merged
ysCha merged 96 commits from dev into prd-deploy 2025-07-09 17:35:54 +09:00
Showing only changes of commit c3e4570f05 - Show all commits

View File

@ -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,