변화지도 레이어 조회 url 수정 #38
@@ -191,11 +191,8 @@ public class LayerService {
|
|||||||
dto.setUrl(
|
dto.setUrl(
|
||||||
String.format(
|
String.format(
|
||||||
"%s/%s/%s",
|
"%s/%s/%s",
|
||||||
trimSlash(geoserverUrl),
|
trimSlash(geoserverUrl), trimSlash(wmsPath), dto.getLayerType().toLowerCase()));
|
||||||
trimSlash(wmsPath),
|
} else if (dto.getLayerType().equals("WMTS")) {
|
||||||
dto.getLayerType().toLowerCase()));
|
|
||||||
}
|
|
||||||
else if (dto.getLayerType().equals("WMTS")) {
|
|
||||||
dto.setUrl(
|
dto.setUrl(
|
||||||
String.format(
|
String.format(
|
||||||
"%s/%s/%s",
|
"%s/%s/%s",
|
||||||
|
|||||||
Reference in New Issue
Block a user