nl.pdok.StartUp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geoserver-workspace-builder Show documentation
Show all versions of geoserver-workspace-builder Show documentation
PDOK Geoserver Workspace Builder
The newest version!
package nl.pdok;
import nl.pdok.workspacebuilder.GeoserverRestProxy;
/**
* Created with IntelliJ IDEA.
* User: nijhur
* Date: 10-11-14
* Time: 11:19
* To change this template use File | Settings | File Templates.
*/
public class StartUp {
public static void main(String[] args) {
String catalogusRoot = "D:\\git-repos\\catalogus";
String geoserverUrl = "http://localhost:8080/geoserver";
String geoserverUser = "admin";
String geoserverPassword = "geoserver";
ServiceCreator service = new ServiceCreator(catalogusRoot);
service.update("ahn3", new GeoserverRestProxy(geoserverUrl, geoserverUser, geoserverPassword), true);
// service.create("top10nlv2");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy