[Users] WFSCapabilitiesReader assumes WFS 1.0.0?

Adam Ratcliffe adam at prema.co.nz
Sun May 9 02:21:37 CEST 2010


I'm trying to setup a WFSCapabilitiesReader to work against a WFS 1.1.0 server. Line 86 of WFSCapabilitiesReader.js references the 'capability' element that appears to be present in the WFS 1.0.0 schema only: 

        var protocolDefaults = {
            url: data.capability.request.getfeature.href.post
        };

I'm a complete noob when it comes to WFS so I could be wrong about this but I don't have this element in the WFS 1.1.0 getCapabilities response that I get from my local GeoServer installation.

Cheers
Adam


More information about the Users mailing list