Add gmlFormat as option for WFS format

This commit is contained in:
Florent gravin
2014-09-23 14:51:13 +02:00
parent 192c7827c9
commit f8e8653480
3 changed files with 16 additions and 2 deletions
+6
View File
@@ -1647,6 +1647,12 @@ olx.format.WFSWriteGetFeatureOptions.prototype.maxFeatures;
*/
olx.format.WFSWriteGetFeatureOptions.prototype.geometryName;
/**
* GML format to use within the WFS format.
* @type {ol.format.GML|undefined}
* @api
*/
olx.format.WFSWriteGetFeatureOptions.prototype.gmlFormat;
/**
* Extent to use for the BBOX filter.