[OpenLayers-Commits] r11555 - trunk/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sun Feb 27 06:09:54 EST 2011
Author: tschaub
Date: 2011-02-27 03:09:53 -0800 (Sun, 27 Feb 2011)
New Revision: 11555
Modified:
trunk/openlayers/examples/canvas.js
Log:
Working WFS.
Modified: trunk/openlayers/examples/canvas.js
===================================================================
--- trunk/openlayers/examples/canvas.js 2011-02-27 10:42:01 UTC (rev 11554)
+++ trunk/openlayers/examples/canvas.js 2011-02-27 11:09:53 UTC (rev 11555)
@@ -43,9 +43,9 @@
protocol: new OpenLayers.Protocol.WFS({
version: "1.1.0",
srsName: "EPSG:900913",
- url: "http://demo.opengeo.org/geoserver/wfs",
+ url: "http://v2.suite.opengeo.org/geoserver/wfs",
featureType: "states",
- featureNS: "http://www.openplans.org/topp"
+ featureNS: "http://usa.opengeo.org"
}),
styleMap: styleMap,
renderers: ["Canvas", "SVG", "VML"]
More information about the Commits
mailing list