Using proxy and demo server.

This commit is contained in:
ahocevar
2012-08-06 23:13:14 +02:00
parent 0108250ed9
commit 9bc7bb8115

View File

@@ -1,3 +1,5 @@
OpenLayers.ProxyHost = 'proxy.cgi?url=';
var map, client, process;
function init() {
@@ -21,7 +23,7 @@ function init() {
client = new OpenLayers.WPSClient({
servers: {
local: "/geoserver/wps"
local: "http://demo.opengeo.org/geoserver/wps"
}
});