WCS 1.1.0 parsing correctlyy; error property still not correctly set so parsing reports errors.

This commit is contained in:
Christopher Eykamp
2012-12-24 18:19:42 +01:00
parent d0986de775
commit 8ff05cdeac
4 changed files with 63 additions and 46 deletions
@@ -17,17 +17,6 @@
OpenLayers.Format.WCSCapabilities.v1 = OpenLayers.Class(
OpenLayers.Format.XML, {
/**
* Property: namespaces
* {Object} Mapping of namespace aliases to namespace URIs.
*/
namespaces: {
wcs: "http://www.opengis.net/wcs",
xlink: "http://www.w3.org/1999/xlink",
xsi: "http://www.w3.org/2001/XMLSchema-instance",
ows: "http://www.opengis.net/ows"
},
regExes: {
trimSpace: (/^\s*|\s*$/g),
splitSpace: (/\s+/)