crs 타입 수정하기
This commit is contained in:
@@ -265,7 +265,7 @@ public class LayerDto {
|
||||
private JsonNode rawJson;
|
||||
|
||||
@Schema(description = "crs")
|
||||
private Integer crs;
|
||||
private String crs;
|
||||
|
||||
public LayerMapDto(
|
||||
String layerType,
|
||||
@@ -281,7 +281,7 @@ public class LayerDto {
|
||||
String bboxGeometry,
|
||||
UUID uuid,
|
||||
String rawJsonString,
|
||||
Integer crs) {
|
||||
String crs) {
|
||||
this.layerType = layerType;
|
||||
this.tag = tag;
|
||||
this.sortOrder = sortOrder;
|
||||
@@ -364,7 +364,7 @@ public class LayerDto {
|
||||
|
||||
@JsonIgnore private String bboxGeometry;
|
||||
|
||||
private Integer crs;
|
||||
private String crs;
|
||||
|
||||
public TileUrlDto(
|
||||
Integer mngYyyy,
|
||||
@@ -377,7 +377,7 @@ public class LayerDto {
|
||||
Short minZoom,
|
||||
Short maxZoom,
|
||||
String bboxGeometry,
|
||||
Integer crs) {
|
||||
String crs) {
|
||||
this.mngYyyy = mngYyyy;
|
||||
this.url = url;
|
||||
this.tag = tag;
|
||||
|
||||
Reference in New Issue
Block a user