추론실행 수정, develop pull 반영, 국유인 파일경로 dir 하드코딩 수정 #103
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user