From 27f32621ab92d72e5ecb5b4338f71d3d4199cdf0 Mon Sep 17 00:00:00 2001 From: Florent gravin Date: Fri, 3 Oct 2014 12:09:22 +0200 Subject: [PATCH] Update comments on WFS format version --- src/ol/format/wfsformat.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/format/wfsformat.js b/src/ol/format/wfsformat.js index 989efdda83..51e2ae9905 100644 --- a/src/ol/format/wfsformat.js +++ b/src/ol/format/wfsformat.js @@ -16,7 +16,8 @@ goog.require('ol.xml'); /** * @classdesc * Feature format for reading and writing data in the WFS format. - * Currently only supports WFS version 1.1.0. + * By default, supports WFS version 1.1.0. You can pass a GML format + * as option if you want to read a WFS that contains GML2 (WFS 1.0.0). * Also see {@link ol.format.GMLBase} which is used by this format. * * @constructor