Set the srs name when writing GetFeature
Also make clear that srsName is only optional for WFS 1.0.0.
This commit is contained in:
@@ -600,8 +600,9 @@
|
||||
* @property {string} featureNS The namespace URI used for features.
|
||||
* @property {string} featurePrefix The prefix for the feature namespace.
|
||||
* @property {Array.<string>} featureTypes The feature type names.
|
||||
* @property {string|undefined} srsName SRS name. No srsName attribute will be
|
||||
* set on geometries when this is not provided.
|
||||
* @property {string|undefined} srsName SRS name. For WFS 1.1.0, this is
|
||||
* required. In WFS 1.0.0, no srsName attribute will be set on geometries
|
||||
* when this is not provided.
|
||||
* @property {string|undefined} handle Handle.
|
||||
* @property {string|undefined} outputFormat Output format.
|
||||
* @property {number} maxFeatures Maximum number of features to fetch.
|
||||
|
||||
Reference in New Issue
Block a user