[OpenLayers-Users] WFS not loading!
Philipp Gaertner
gaertner.p at gmail.com
Wed Mar 10 01:07:37 EST 2010
Hi list,
I'm using ExtJS, OpenLayers and GeoExt and try to create a grid view of WFS
features and follow basically the tutorial from OpenGeo "Leveraging OGC
Services with GeoExt.
I have WFS service on a ArcGIS Server, and set all necessary parameter
including the proxi.cgi but the attribute don't show up.
Here is the
OpenLayers.ProxyHost="proxy.cgi?url=";
var layer = new OpenLayers.Layer.Vector("vector", {
strategies: [new OpenLayers.Strategy.Fixed()],
protocol: new OpenLayers.Protocol.WFS({
url: "
http://greenway:8399/arcgis/services/SFAFNR00/soil_wfs/GeoDataServer/WFSServer
",
version: "1.1.0",
featureType: "SoilDatabase_wgs84",
featureNS: "
http://greenway:8399/arcgis/services/SFAFNR00/soil_wfs/GeoDataServer/WFSServer
",
featurePrefix : "soil_wfs",
geometryName: "Shape",
srsName: "EPSG:4326"
})
});
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20100310/43a98364/attachment.html
More information about the Users
mailing list