[OpenLayers-Commits] r3121 - sandbox/ominiverdi/openlayers/examples
commits at openlayers.org
commits at openlayers.org
Thu May 3 10:09:18 EDT 2007
Author: ominiverdi
Date: 2007-05-03 10:09:17 -0400 (Thu, 03 May 2007)
New Revision: 3121
Modified:
sandbox/ominiverdi/openlayers/examples/wms_manager.html
Log:
WMSManager (ticket #687): trying workaround for proxy request (hope the last try) :-|
Modified: sandbox/ominiverdi/openlayers/examples/wms_manager.html
===================================================================
--- sandbox/ominiverdi/openlayers/examples/wms_manager.html 2007-05-03 13:44:35 UTC (rev 3120)
+++ sandbox/ominiverdi/openlayers/examples/wms_manager.html 2007-05-03 14:09:17 UTC (rev 3121)
@@ -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.cgi?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