From b754cc40acbdecda8d54958424ab8bbfbd623939 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 27 Feb 2011 11:09:53 +0000 Subject: [PATCH] Working WFS. git-svn-id: http://svn.openlayers.org/trunk/openlayers@11555 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/canvas.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/canvas.js b/examples/canvas.js index f9f0d3bc68..6440c39a11 100644 --- a/examples/canvas.js +++ b/examples/canvas.js @@ -43,9 +43,9 @@ function init() { 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"]