WFS url change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@585 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-06-14 19:47:50 +00:00
parent 1a3d466f2a
commit 42354c33fc

View File

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