Update comments on WFS format version

This commit is contained in:
Florent gravin
2014-10-03 12:09:22 +02:00
parent 93db3d42b7
commit 27f32621ab

View File

@@ -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