Document the supported GML and WFS versions

This commit is contained in:
Bart van den Eijnden
2014-08-20 21:50:51 +02:00
parent 81b66a7906
commit 45d4f32078
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ goog.require('ol.xml');
/** /**
* @classdesc * @classdesc
* Feature format for reading and writing data in the GML format. * Feature format for reading and writing data in the GML format.
* Currently only supports GML 3.1.1 Simple Features profile.
* *
* @constructor * @constructor
* @param {olx.format.GMLOptions=} opt_options * @param {olx.format.GMLOptions=} opt_options

View File

@@ -15,6 +15,8 @@ goog.require('ol.xml');
/** /**
* @classdesc * @classdesc
* Feature format for reading and writing data in the WFS format. * Feature format for reading and writing data in the WFS format.
* Currently only supports WFS version 1.1.0.
* Also see {@link ol.format.GML} which is used by this format.
* *
* @constructor * @constructor
* @param {olx.format.WFSOptions=} opt_options * @param {olx.format.WFSOptions=} opt_options