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:
ahocevar
2013-12-09 16:57:11 +01:00
parent 87f147db60
commit 8328db26d4
3 changed files with 7 additions and 3 deletions

View File

@@ -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.