OpenLayers OpenLayers

Changeset 7129

Show
Ignore:
Timestamp:
05/09/08 17:52:02 (2 months ago)
Author:
tschaub
Message:

using remote wfs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/wfs-states.html

    r7095 r7129  
    1717 
    1818            layer = new OpenLayers.Layer.WFS( "States WFS", 
    19                     "/geoserver/wfs", 
     19                    "http://sigma.openplans.org/geoserver/ows", 
    2020                    { typename: 'topp:states' } ); 
    2121            map.addLayer(layer); 
     
    3737<div id="map" class="smallmap"></div> 
    3838 
    39 <div id="docs">see: 
    40     See <a href="WFS-js.html">WFS</a> for more info on Geoserver and WFS</div> 
     39<div id="docs"></div> 
    4140  </body> 
    4241</html>