Mark ol.format.GeoJSON#writeFeature option param optional

This commit is contained in:
Frederic Junod
2015-03-16 09:20:57 +01:00
parent 0997a171a0
commit 180a75d714

View File

@@ -482,7 +482,7 @@ ol.format.GeoJSON.prototype.readProjectionFromObject = function(object) {
*
* @function
* @param {ol.Feature} feature Feature.
* @param {olx.format.WriteOptions} options Write options.
* @param {olx.format.WriteOptions=} opt_options Write options.
* @return {string} GeoJSON.
* @api stable
*/