From e3bc0bca3e01523533b2246505d11406b60f93ad Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Mon, 8 Jun 2015 15:56:42 +0200 Subject: [PATCH] Add missing propertyNames member for olx.format.WFSWriteGetFeatureOptions extern --- externs/olx.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/externs/olx.js b/externs/olx.js index 56d942a5d7..05106437cc 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -1910,6 +1910,7 @@ olx.format.WFSOptions.prototype.schemaLocation; * outputFormat: (string|undefined), * maxFeatures: (number|undefined), * geometryName: (string|undefined), + * propertyNames: (Array.|undefined), * bbox: (ol.Extent|undefined)}} * @api */ @@ -1981,6 +1982,14 @@ olx.format.WFSWriteGetFeatureOptions.prototype.maxFeatures; olx.format.WFSWriteGetFeatureOptions.prototype.geometryName; +/** + * Optional list of property names to serialize. + * @type {Array.|undefined} + * @api + */ +olx.format.WFSWriteGetFeatureOptions.prototype.propertyNames; + + /** * Extent to use for the BBOX filter. * @type {ol.Extent|undefined}