OpenLayers OpenLayers

Changeset 3115

Show
Ignore:
Timestamp:
05/03/07 06:11:05 (2 years ago)
Author:
ominiverdi
Message:

WMSManager (ticket #687): trying workaround for proxy request

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/ominiverdi/openlayers/examples/wms_manager.html

    r3114 r3115  
    1717        function init(){ 
    1818            //OpenLayers.ProxyHost = "/cgi-bin/proxy.cgi?url=";//ominiverdi.org 
    19             OpenLayers.ProxyHost="/proxy/?url=";//openlayers.org 
     19            //OpenLayers.ProxyHost="/proxy/?url=";//dev.openlayers.org 
     20            OpenLayers.ProxyHost="http://www.openlayers.org/proxy/?url=";//www.openlayers.org 
    2021            
    2122            map = new OpenLayers.Map( $('map') );