Re: [OpenLayers-Users] Hassles parsing Arcgis WFS getcapabilities in openlayers.

2010-02-17 Thread Bart van den Eijnden
Hi Phil, please see http://trac.openlayers.org/ticket/2489 can you report back if this works for you? Best regards, Bart On Feb 15, 2010, at 9:16 PM, Phil Scadden wrote: > An example of the full XML response for the WFS capabilities from AGS is: > > wfs:WFS_Capabilities version='1.1.0' > xs

Re: [OpenLayers-Users] Hassles parsing Arcgis WFS getcapabilities in openlayers.

2010-02-15 Thread Phil Scadden
An example of the full XML response for the WFS capabilities from AGS is: wfs:WFS_Capabilities version='1.1.0' xsi:schemaLocation='http://www.opengis.net/gml http://schemas.opengis.net/gml/3.1.1/base/gml.xsd http://www.opengis.net/ogc http://schemas.opengis.net/filter/1.1.0/filter.xsd http://

Re: [OpenLayers-Users] Hassles parsing Arcgis WFS getcapabilities in openlayers.

2010-02-14 Thread Bart van den Eijnden
Hi Phil, can you either validate the output from AGS against an XML validator, or post the full WFS GetCapabilities XML. TIA. Best regards, Bart On Feb 15, 2010, at 1:54 AM, Phil Scadden wrote: > My code for pulling apart an getcapabilities response looks like this: > var wfsGetCapabi

[OpenLayers-Users] Hassles parsing Arcgis WFS getcapabilities in openlayers.

2010-02-14 Thread Phil Scadden
My code for pulling apart an getcapabilities response looks like this: var wfsGetCapabilitiesParsed = new OpenLayers.Format.WFSCapabilities.v1_1_0().read(response.responseXML); for (i = 0; i < wfsGetCapabilitiesParsed.featureTypeList.featureTypes.length; i++) { var