Using proxy and demo server.
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
OpenLayers.ProxyHost = 'proxy.cgi?url=';
|
||||||
|
|
||||||
var map, client, process;
|
var map, client, process;
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
@@ -21,7 +23,7 @@ function init() {
|
|||||||
|
|
||||||
client = new OpenLayers.WPSClient({
|
client = new OpenLayers.WPSClient({
|
||||||
servers: {
|
servers: {
|
||||||
local: "/geoserver/wps"
|
local: "http://demo.opengeo.org/geoserver/wps"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user