Change errorProperty to fix bug; now passes all tests

This commit is contained in:
Christopher Eykamp
2012-12-19 11:19:56 +01:00
parent 2c6b8aefcf
commit 2a21d61400
+1 -1
View File
@@ -29,7 +29,7 @@ OpenLayers.Format.WFSCapabilities = OpenLayers.Class(OpenLayers.Format.XML.Versi
* errorProperty is undefined on the returned object, the document will be * errorProperty is undefined on the returned object, the document will be
* run through an OGCExceptionReport parser. * run through an OGCExceptionReport parser.
*/ */
errorProperty: "service", errorProperty: "featureTypeList",
/** /**
* Constructor: OpenLayers.Format.WFSCapabilities * Constructor: OpenLayers.Format.WFSCapabilities