추론실행 수정, develop pull 반영, 국유인 파일경로 dir 하드코딩 수정 #103

Merged
teddy merged 14 commits from feat/infer_dev_260211 into develop 2026-02-26 12:21:06 +09:00
Showing only changes of commit 70c28e0b54 - Show all commits

View File

@@ -323,6 +323,12 @@ public class MapSheetMngCoreService {
} }
} }
/**
* geojson 파일명 Suffix
*
* @param detectOption
* @return
*/
private String buildOptionSuffix(String detectOption) { private String buildOptionSuffix(String detectOption) {
if (DetectOption.EXCL.getId().equals(detectOption)) return "_EXCL"; if (DetectOption.EXCL.getId().equals(detectOption)) return "_EXCL";
if (DetectOption.PREV.getId().equals(detectOption)) return "_PREV"; if (DetectOption.PREV.getId().equals(detectOption)) return "_PREV";