Skip to content

Commit

Permalink
Merge pull request openlayers#3713 from bartvde/issue-3713
Browse files Browse the repository at this point in the history
Add missing propertyNames member for olx.format.WFSWriteGetFeatureOptions
  • Loading branch information
bartvde committed Jun 8, 2015
2 parents b903cee + e3bc0bc commit 10b54a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions externs/olx.js
Original file line number Diff line number Diff line change
Expand Up @@ -1910,6 +1910,7 @@ olx.format.WFSOptions.prototype.schemaLocation;
* outputFormat: (string|undefined),
* maxFeatures: (number|undefined),
* geometryName: (string|undefined),
* propertyNames: (Array.<string>|undefined),
* bbox: (ol.Extent|undefined)}}
* @api
*/
Expand Down Expand Up @@ -1981,6 +1982,14 @@ olx.format.WFSWriteGetFeatureOptions.prototype.maxFeatures;
olx.format.WFSWriteGetFeatureOptions.prototype.geometryName;


/**
* Optional list of property names to serialize.
* @type {Array.<string>|undefined}
* @api
*/
olx.format.WFSWriteGetFeatureOptions.prototype.propertyNames;


/**
* Extent to use for the BBOX filter.
* @type {ol.Extent|undefined}
Expand Down

0 comments on commit 10b54a9

Please sign in to comment.