좌표계 5179 추가
This commit is contained in:
@@ -11,7 +11,8 @@ import lombok.Getter;
|
|||||||
public enum CrsType implements EnumType {
|
public enum CrsType implements EnumType {
|
||||||
EPSG_3857("Web Mercator, 웹지도 미터(EPSG:900913 동일)"),
|
EPSG_3857("Web Mercator, 웹지도 미터(EPSG:900913 동일)"),
|
||||||
EPSG_4326("WGS84 위경도, GeoJSON/OSM 기본"),
|
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;
|
private final String desc;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user