From d4e879df1c6845dc795de6b6c97b490f85a3f7b7 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 9 May 2008 21:52:02 +0000 Subject: [PATCH] using remote wfs git-svn-id: http://svn.openlayers.org/trunk/openlayers@7129 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/wfs-states.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/wfs-states.html b/examples/wfs-states.html index d5babff0b1..b61ac7114b 100644 --- a/examples/wfs-states.html +++ b/examples/wfs-states.html @@ -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 @@
-
see: - See WFS for more info on Geoserver and WFS
+