Mark ol.format.GeoJSON#writeGeometry option param optional

This commit is contained in:
Frederic Junod
2015-03-16 09:25:50 +01:00
parent 180a75d714
commit 3a7d1ebd16

View File

@@ -561,7 +561,7 @@ ol.format.GeoJSON.prototype.writeFeaturesObject =
*
* @function
* @param {ol.geom.Geometry} geometry Geometry.
* @param {olx.format.WriteOptions} options Write options.
* @param {olx.format.WriteOptions=} opt_options Write options.
* @return {string} GeoJSON.
* @api stable
*/