[OpenLayers-Commits] r3116 - in sandbox/ominiverdi/openlayers: . examples

commits at openlayers.org commits at openlayers.org
Thu May 3 06:25:54 EDT 2007


Author: ominiverdi
Date: 2007-05-03 06:25:53 -0400 (Thu, 03 May 2007)
New Revision: 3116

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

Added: sandbox/ominiverdi/openlayers/.project
===================================================================
--- sandbox/ominiverdi/openlayers/.project	                        (rev 0)
+++ sandbox/ominiverdi/openlayers/.project	2007-05-03 10:25:53 UTC (rev 3116)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>openlayers sandbox</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>

Modified: sandbox/ominiverdi/openlayers/examples/wms_manager.html
===================================================================
--- sandbox/ominiverdi/openlayers/examples/wms_manager.html	2007-05-03 10:11:05 UTC (rev 3115)
+++ sandbox/ominiverdi/openlayers/examples/wms_manager.html	2007-05-03 10:25:53 UTC (rev 3116)
@@ -17,7 +17,7 @@
         function init(){
 			//OpenLayers.ProxyHost = "/cgi-bin/proxy.cgi?url=";//ominiverdi.org
 			//OpenLayers.ProxyHost="/proxy/?url=";//dev.openlayers.org
-            OpenLayers.ProxyHost="http://www.openlayers.org/proxy/?url=";//www.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