From 1a3d466f2a681cd5f3f9bff74a6eddf15d4a7c6b Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 14 Jun 2006 19:46:54 +0000 Subject: [PATCH] Update ProxyHost to work on OL.org git-svn-id: http://svn.openlayers.org/trunk/openlayers@584 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/wfs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/wfs.html b/examples/wfs.html index 2d0e62934f..53bc7cbbde 100644 --- a/examples/wfs.html +++ b/examples/wfs.html @@ -14,6 +14,7 @@ var map, layer; function init(){ + OpenLayers.ProxyHost = '/dev/examples/proxy.cgi?url='; map = new OpenLayers.Map('map'); layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} );