좌표계 5179 추가

This commit is contained in:
2026-03-03 15:03:44 +09:00
parent e28e5ba371
commit 4d9fa2d6a5

View File

@@ -11,7 +11,8 @@ import lombok.Getter;
public enum CrsType implements EnumType {
EPSG_3857("Web Mercator, 웹지도 미터(EPSG:900913 동일)"),
EPSG_4326("WGS84 위경도, GeoJSON/OSM 기본"),
EPSG_5186("Korea 2000 중부 TM, 한국 SHP");
EPSG_5186("5186::Korea 2000 중부 TM, 한국 SHP"),
EPSG_5179("5179::Korea 2000 중부 TM, 한국 SHP");
private final String desc;