shp 파일 생성 수정

This commit is contained in:
2025-12-26 16:44:01 +09:00
parent 38aa998aea
commit c8fc35e08a
3 changed files with 43 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ public class GeoToolsShpWriter implements ShpWriter {
log.info("SHP 생성 완료: {} ({} features)", shpFile.getAbsolutePath(), collection.size());
// 덮어쓰기 포함: 이번 호출이 정상 종료되면 4개 파일 write가 발생했다고 카운트
// 덮어쓰기 포함: 이번 호출이 정상 종료되면 4개 파일 write가 발생했다고 카운트
return new WriteCnt(1, 1, 1, 1, 0);
} catch (Exception e) {