[OpenLayers-Commits] r3115 - sandbox/ominiverdi/openlayers/examples
commits at openlayers.org
commits at openlayers.org
Thu May 3 06:11:06 EDT 2007
Author: ominiverdi
Date: 2007-05-03 06:11:05 -0400 (Thu, 03 May 2007)
New Revision: 3115
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 09:48:51 UTC (rev 3114)
+++ sandbox/ominiverdi/openlayers/examples/wms_manager.html 2007-05-03 10:11:05 UTC (rev 3115)
@@ -16,7 +16,8 @@
function init(){
//OpenLayers.ProxyHost = "/cgi-bin/proxy.cgi?url=";//ominiverdi.org
- OpenLayers.ProxyHost="/proxy/?url=";//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