change server for the example, because wfs on demo.opengeo.org appears to be broken.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10843 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2010-10-16 21:58:49 +00:00
parent 44bba4bc6b
commit 6c56531378
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
});
layer = new OpenLayers.Layer.WMS(
"States WMS/WFS",
"http://demo.opengeo.org/geoserver/ows",
{layers: 'topp:states', format: 'image/gif'}
"http://v2.suite.opengeo.org/geoserver/ows",
{layers: 'usa:states', format: 'image/gif'}
);
select = new OpenLayers.Layer.Vector("Selection", {styleMap:
new OpenLayers.Style(OpenLayers.Feature.Vector.style["select"])