Compare commits
2 Commits
c6abf7a935
...
a572089dff
| Author | SHA1 | Date | |
|---|---|---|---|
| a572089dff | |||
| c52c2ab9bd |
@@ -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