Mark ol.format.GeoJSON#writeFeatures option param optional

This commit is contained in:
Frederic Junod
2015-03-16 09:16:55 +01:00
parent da94ee5754
commit 0997a171a0

View File

@@ -526,7 +526,7 @@ ol.format.GeoJSON.prototype.writeFeatureObject = function(
*
* @function
* @param {Array.<ol.Feature>} features Features.
* @param {olx.format.WriteOptions} options Write options.
* @param {olx.format.WriteOptions=} opt_options Write options.
* @return {string} GeoJSON.
* @api stable
*/