OpenLayers OpenLayers

Changeset 2804

Show
Ignore:
Timestamp:
03/16/07 09:46:58 (2 years ago)
Author:
crschmidt
Message:

Update URLs for examples to point to locations for main site instead of dev.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/openmnnd.html

    r2803 r2804  
    1414 
    1515        function init(){ 
    16             OpenLayers.ProxyHost="proxy.cgi?url="; 
     16            OpenLayers.ProxyHost="/proxy/?url="; 
    1717            map = new OpenLayers.Map( $('map'), {'maxResolution':'auto', maxExtent: new OpenLayers.Bounds(-203349.72008129774,4816309.33,1154786.8041952979,5472346.5), projection: 'EPSG:26915' } ); 
    1818            layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",  
  • trunk/openlayers/examples/wfs-scribble.html

    r2803 r2804  
    2121             
    2222            layer = new OpenLayers.Layer.WFS( "Scribble WFS",  
    23                     "http://dev.openlayers.org/geoserver/wfs",  
     23                    "/geoserver/wfs",  
    2424                    { typename: 'topp:line' },  
    2525                    {   
  • trunk/openlayers/examples/wfs-states.html

    r2803 r2804  
    2222             
    2323            layer = new OpenLayers.Layer.WFS( "States WFS",  
    24                     "http://dev.openlayers.org/geoserver/wfs",  
     24                    "/geoserver/wfs",  
    2525                    { typename: 'topp:states' } ); 
    2626            map.addLayer(layer);