Merge pull request '변화지도 레이어 조회 url 수정' (#38) from feat/infer_dev_260107 into develop
Reviewed-on: #38
This commit was merged in pull request #38.
This commit is contained in:
@@ -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