From ef65e851b938c7fd1442e2e65e432ad33079aaa1 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Tue, 27 Jun 2006 04:05:29 +0000 Subject: [PATCH] Fix ProxyHost. git-svn-id: http://svn.openlayers.org/trunk/openlayers@784 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/georss.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/georss.html b/examples/georss.html index 483fc16512..b5d9da249d 100644 --- a/examples/georss.html +++ b/examples/georss.html @@ -14,7 +14,7 @@ var map, layer; function init(){ - OpenLayers.ProxyHost = '/proxy/'; + OpenLayers.ProxyHost = '/proxy/?url='; map = new OpenLayers.Map('map', {maxResolution:'auto'}); layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} );