using remote wfs

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7129 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-05-09 21:52:02 +00:00
parent 3fdead4fb2
commit d4e879df1c

View File

@@ -16,7 +16,7 @@
map.addLayer(layer);
layer = new OpenLayers.Layer.WFS( "States WFS",
"/geoserver/wfs",
"http://sigma.openplans.org/geoserver/ows",
{ typename: 'topp:states' } );
map.addLayer(layer);
@@ -36,8 +36,7 @@
<div id="map" class="smallmap"></div>
<div id="docs">see:
See <a href="WFS-js.html">WFS</a> for more info on Geoserver and WFS</div>
<div id="docs"></div>
</body>
</html>