Resolve function ambiguity.
This commit is contained in:
parent
a73cf07597
commit
e2aa51e42e
@ -293,7 +293,7 @@ public class GeoServerRESTPublisher {
|
|||||||
public boolean publishShp(String workspace, String storename,
|
public boolean publishShp(String workspace, String storename,
|
||||||
String layername, File zipFile, String srs)
|
String layername, File zipFile, String srs)
|
||||||
throws FileNotFoundException {
|
throws FileNotFoundException {
|
||||||
publishShp(workspace, storename, layername, zipFile, srs, null);
|
return publishShp(workspace, storename, layername, zipFile, srs, new NameValuePair[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user