This commit is contained in:
Fabio Sinibaldi 2016-09-27 14:20:20 +00:00
parent 8ac93d091c
commit 0d2b40e21f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class PublishTable {
GISInterface gis=GISInterface.get();
PublishResponse resp=gis.publishDBTable(workspace, datastore, fte, le, meta.getMetadata(), "datasets", "_none_", LoginLevel.DEFAULT);
PublishResponse resp=gis.publishDBTable(workspace, datastore, fte, le, meta.getMetadata(), "datasets", "_none_", LoginLevel.DEFAULT,false);
System.out.println(resp);
}