shp 파일 생성 수정
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user