Document the supported GML and WFS versions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user