[OpenLayers-Commits] r3117 - sandbox/ominiverdi/openlayers/examples

commits at openlayers.org commits at openlayers.org
Thu May 3 08:09:02 EDT 2007


Author: ominiverdi
Date: 2007-05-03 08:09:00 -0400 (Thu, 03 May 2007)
New Revision: 3117

Modified:
   sandbox/ominiverdi/openlayers/examples/wms_manager.html
Log:
WMSManager (ticket #687): trying workaround for proxy request

Modified: sandbox/ominiverdi/openlayers/examples/wms_manager.html
===================================================================
--- sandbox/ominiverdi/openlayers/examples/wms_manager.html	2007-05-03 10:25:53 UTC (rev 3116)
+++ sandbox/ominiverdi/openlayers/examples/wms_manager.html	2007-05-03 12:09:00 UTC (rev 3117)
@@ -16,7 +16,7 @@
 
         function init(){
 			//OpenLayers.ProxyHost = "/cgi-bin/proxy.cgi?url=";//ominiverdi.org
-			//OpenLayers.ProxyHost="/proxy/?url=";//dev.openlayers.org
+			OpenLayers.ProxyHost="/proxy/?url=";//dev.openlayers.org
            // OpenLayers.ProxyHost="http://www.openlayers.org/proxy/?url=";//www.openlayers.org
            
 		    map = new OpenLayers.Map( $('map') );



More information about the Commits mailing list