This commit is contained in:
Fabio Sinibaldi 2017-03-21 09:43:06 +00:00
parent a99b7b2c16
commit 0b94d3dd30
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public class URIUtils {
@Deprecated
public static String getWmsUrl(String geoServerUrl, String layerName,String style, BoundingBox bbox) {
return ISOMetadataFactory.getWmsUrl(geoServerUrl, layerName, style, bbox.toString(), style);
return ISOMetadataFactory.getWmsUrl(geoServerUrl, layerName, style, bbox.toString(), CRS);
}
@Deprecated