[OpenLayers-Commits] r12088 - trunk/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Jun 15 17:16:00 EDT 2011


Author: tschaub
Date: 2011-06-15 14:15:59 -0700 (Wed, 15 Jun 2011)
New Revision: 12088

Modified:
   trunk/openlayers/examples/wfs-spatial-filter.js
Log:
Proxy chasing.

Modified: trunk/openlayers/examples/wfs-spatial-filter.js
===================================================================
--- trunk/openlayers/examples/wfs-spatial-filter.js	2011-06-15 20:55:08 UTC (rev 12087)
+++ trunk/openlayers/examples/wfs-spatial-filter.js	2011-06-15 21:15:59 UTC (rev 12088)
@@ -1,4 +1,4 @@
-OpenLayers.ProxyHost= "/proxy?url=";
+OpenLayers.ProxyHost= "proxy.cgi?url=";
 var map = new OpenLayers.Map('map');
 var wms = new OpenLayers.Layer.WMS(
     "OpenLayers WMS", "http://vmap0.tiles.osgeo.org/wms/vmap0",



More information about the Commits mailing list