From 9bc7bb81157c35d83583a0197885706480f4df43 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Mon, 6 Aug 2012 23:13:14 +0200 Subject: [PATCH] Using proxy and demo server. --- examples/wps-client.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/wps-client.js b/examples/wps-client.js index fad7a5868c..84971e2013 100644 --- a/examples/wps-client.js +++ b/examples/wps-client.js @@ -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" } });