Rename the is3D option for WFS transaction into hasZ

This is more consistent with existing code.
This commit is contained in:
Julien Enselme
2017-04-20 10:19:13 +02:00
parent 4955097a52
commit e2af6b9d04
5 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -2299,7 +2299,7 @@ olx.format.WFSWriteGetFeatureOptions.prototype.resultType;
* featureType: string,
* srsName: (string|undefined),
* handle: (string|undefined),
* is3D: (boolean|undefined),
* hasZ: (boolean|undefined),
* nativeElements: Array.<Object>,
* gmlOptions: (olx.format.GMLOptions|undefined),
* version: (string|undefined)}}
@@ -2354,7 +2354,7 @@ olx.format.WFSWriteTransactionOptions.prototype.handle;
* @type {boolean|undefined}
* @api
*/
olx.format.WFSWriteTransactionOptions.prototype.is3D;
olx.format.WFSWriteTransactionOptions.prototype.hasZ;
/**