Merge pull request '한쪽흐름인 경우 설치면 이상 수정' (#158) from dev into prd-deploy
Reviewed-on: #158
This commit is contained in:
commit
c3e4570f05
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user