Merge pull request #2746 from fgravin/gmlVersionFormat

Add versioning for GML format
This commit is contained in:
Antoine Abt
2014-10-27 15:44:06 +01:00
9 changed files with 1326 additions and 728 deletions

View File

@@ -1740,6 +1740,12 @@ olx.format.WFSWriteGetFeatureOptions.prototype.maxFeatures;
*/
olx.format.WFSWriteGetFeatureOptions.prototype.geometryName;
/**
* GML format to use within the WFS format.
* @type {ol.format.GMLBase|undefined}
* @api
*/
olx.format.WFSWriteGetFeatureOptions.prototype.gmlFormat;
/**
* Extent to use for the BBOX filter.