Ability to specify gmlOptions (e.g. srsName) in WFS transactions

This commit is contained in:
Bart van den Eijnden
2014-05-13 11:14:04 +02:00
parent 6ab92086d2
commit 0a3031a165
4 changed files with 57 additions and 11 deletions
+9 -1
View File
@@ -1324,7 +1324,8 @@ olx.format.WFSWriteGetFeatureOptions.prototype.bbox;
* featureType: string,
* srsName: (string|undefined),
* handle: (string|undefined),
* nativeElements: Array.<Object>}}
* nativeElements: Array.<Object>,
* gmlOptions: (olx.format.GMLOptions|undefined)}}
* @todo api
*/
olx.format.WFSWriteTransactionOptions;
@@ -1373,6 +1374,13 @@ olx.format.WFSWriteTransactionOptions.prototype.handle;
olx.format.WFSWriteTransactionOptions.prototype.nativeElements;
/**
* GML options for the WFS transaction writer.
* @type {olx.format.GMLOptions|undefined}
*/
olx.format.WFSWriteTransactionOptions.prototype.gmlOptions;
/**
* Interactions for the map. Default is `true` for all options.
* @typedef {{altShiftDragRotate: (boolean|undefined),