Merge pull request #806 from eykamp/master

Identify and fix bug with WFS 1.1.0 (r=@bartvde,@ahocevar)
This commit is contained in:
Bart van den Eijnden
2012-12-24 05:35:14 -08:00
2 changed files with 7 additions and 3 deletions
+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
File diff suppressed because one or more lines are too long