Change errorProperty to fix bug; now passes all tests
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user