Ability to specify gmlOptions (e.g. srsName) in WFS transactions
This commit is contained in:
+9
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user