Make WFS work, round 2.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@586 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-06-14 19:51:22 +00:00
parent 42354c33fc
commit 1677879d87

View File

@@ -21,7 +21,7 @@
map.addLayer(layer);
layer = new OpenLayers.Layer.WFS( "OpenLayers WFS",
"http://labs.metacarta.com/services/search/WFS",
"http://labs.metacarta.com/search/WFS?",
{q: 'dolphins', maxfeatures: 10} );
map.addLayer(layer);