Merge pull request #2570 from bartvde/gml-wfs-docs

document that ol.format.GML is GML v3 SF profile only now
This commit is contained in:
Bart van den Eijnden
2014-08-20 22:55:55 +02:00
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -15,6 +15,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.
* Also see {@link ol.format.GML} which is used by this format.
*
* @constructor
* @param {olx.format.WFSOptions=} opt_options