WFS url change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@585 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
map.addLayer(layer);
|
map.addLayer(layer);
|
||||||
|
|
||||||
layer = new OpenLayers.Layer.WFS( "OpenLayers WFS",
|
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} );
|
{q: 'dolphins', maxfeatures: 10} );
|
||||||
|
|
||||||
map.addLayer(layer);
|
map.addLayer(layer);
|
||||||
|
|||||||
Reference in New Issue
Block a user