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"

     })

});
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to