Incorporate review comments of ahocevar and tschaub.

This commit is contained in:
Jaap Koelewijn
2018-07-23 21:12:43 +02:00
parent 2769953204
commit fd9219f035
2 changed files with 2 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ export default FeatureFormat;
/**
* @param {module:ol/geom/Geometry|module:ol/extent~Extent} geometry Geometry.
* @param {boolean} write Set to true for writing, false for reading.
* @param {module:ol/format/Feature~WriteOptions|module:ol/format/Feature~ReadOptions=} opt_options
* @param {module:ol/format/Feature~WriteOptions=|module:ol/format/Feature~ReadOptions=} opt_options
* Options.
* @return {module:ol/geom/Geometry|module:ol/extent~Extent} Transformed geometry.
*/