import 수정

This commit is contained in:
Jaeyoung Lee 2024-11-07 14:49:24 +09:00
parent 1cdd5432f5
commit 7f1a2f54f7

View File

@ -9,7 +9,7 @@ import {
sortedPointLessEightPoint,
sortedPoints,
} from '@/util/canvas-util'
import { calculateAngle, drawRidgeRoof, inPolygon, toGeoJSON } from '@/util/qpolygon-utils'
import { calculateAngle, drawRidgeRoof, drawShedRoof, inPolygon, toGeoJSON } from '@/util/qpolygon-utils'
import * as turf from '@turf/turf'
import { LINE_TYPE } from '@/common/common'