Hello again, I have created new parser classes for WCS 1.1.1 in OpenLayers. For GetCapabilities things are now working fine, but for DescribeCoverage the parser fails. The response generated by GeoServer to a GetCapabilities request includes the version attribute in the root element, e.g.:
<wcs:Capabilities version="1.1.1" ... However, in the DescribeCoverage response this attribute is absent, e.g.: <wcs:CoverageDescription xmlns:wcs=" ... Before I go on with further changes to OpenLayers I would like to understand why isn't the version attribute included in the CoverageDescription element. Bug or feature? Thank you, Luís On 1 April 2015 at 14:57, Andrea Aime <[email protected]> wrote: > On Wed, Apr 1, 2015 at 2:55 PM, Luís de Sousa <[email protected]> > wrote: >> >> Hi Andrea, thank you for the swift reply. >> >> If GeoServer does not support WCS 1.1.0, why is it responding to >> requests? Shouldn't it issue an "unsupported version" message of some >> sort? > > > Yes and no... they are all corriggendums I think, so the differences should > be minimal, > but the schemas we implemented xml handling against is 1.1.1 > >> >> >> I use OpenLayers and OWSLib and neither support WCS 1.1.1, only 1.1.0. >> Would you have any suggestion on how to get these libraries using >> GeoServer with a version different from WCS 1.0.0? > > > Correct the client code so that it's not so picky about the corriggendum > version, as I've noticed, there is also 1.1.2 out there > > Cheers > Andrea > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
