Clarify default value of featureProjection on write

This commit is contained in:
Peter Robins
2016-03-13 16:30:30 +00:00
parent 5b21ab8811
commit 67e511765a
+2 -1
View File
@@ -1650,7 +1650,8 @@ olx.format.WriteOptions.prototype.dataProjection;
/**
* Projection of the feature geometries that will be serialized by the format
* writer.
* writer. If not provided, geometries are assumed to be in the
* `dataProjection` if that is set; in other words, they are not transformed.
* @type {ol.proj.ProjectionLike}
* @api stable
*/