[OpenLayers-Commits] r10843 - trunk/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sat Oct 16 17:58:49 EDT 2010
Author: ahocevar
Date: 2010-10-16 14:58:49 -0700 (Sat, 16 Oct 2010)
New Revision: 10843
Modified:
trunk/openlayers/examples/getfeature-wfs.html
trunk/openlayers/examples/proxy.cgi
Log:
change server for the example, because wfs on demo.opengeo.org appears to be broken.
Modified: trunk/openlayers/examples/getfeature-wfs.html
===================================================================
--- trunk/openlayers/examples/getfeature-wfs.html 2010-10-16 17:49:24 UTC (rev 10842)
+++ trunk/openlayers/examples/getfeature-wfs.html 2010-10-16 21:58:49 UTC (rev 10843)
@@ -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"])
Modified: trunk/openlayers/examples/proxy.cgi
===================================================================
--- trunk/openlayers/examples/proxy.cgi 2010-10-16 17:49:24 UTC (rev 10842)
+++ trunk/openlayers/examples/proxy.cgi 2010-10-16 21:58:49 UTC (rev 10843)
@@ -20,7 +20,7 @@
'prototype.openmnnd.org', 'geo.openplans.org',
'sigma.openplans.org', 'demo.opengeo.org',
'www.openstreetmap.org', 'sample.azavea.com',
- 'v-swe.uni-muenster.de:8080',
+ 'v2.suite.opengeo.org', 'v-swe.uni-muenster.de:8080',
'vmap0.tiles.osgeo.org']
method = os.environ["REQUEST_METHOD"]
More information about the Commits
mailing list