Working WFS.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11555 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -43,9 +43,9 @@ function init() {
|
|||||||
protocol: new OpenLayers.Protocol.WFS({
|
protocol: new OpenLayers.Protocol.WFS({
|
||||||
version: "1.1.0",
|
version: "1.1.0",
|
||||||
srsName: "EPSG:900913",
|
srsName: "EPSG:900913",
|
||||||
url: "http://demo.opengeo.org/geoserver/wfs",
|
url: "http://v2.suite.opengeo.org/geoserver/wfs",
|
||||||
featureType: "states",
|
featureType: "states",
|
||||||
featureNS: "http://www.openplans.org/topp"
|
featureNS: "http://usa.opengeo.org"
|
||||||
}),
|
}),
|
||||||
styleMap: styleMap,
|
styleMap: styleMap,
|
||||||
renderers: ["Canvas", "SVG", "VML"]
|
renderers: ["Canvas", "SVG", "VML"]
|
||||||
|
|||||||
Reference in New Issue
Block a user