Merge pull request #3354 from fredj/geojson-write-options
Mark ol.format.GeoJSON#writeFeature(s) option param optional
This commit is contained in:
@@ -482,7 +482,7 @@ ol.format.GeoJSON.prototype.readProjectionFromObject = function(object) {
|
|||||||
*
|
*
|
||||||
* @function
|
* @function
|
||||||
* @param {ol.Feature} feature Feature.
|
* @param {ol.Feature} feature Feature.
|
||||||
* @param {olx.format.WriteOptions} options Write options.
|
* @param {olx.format.WriteOptions=} opt_options Write options.
|
||||||
* @return {string} GeoJSON.
|
* @return {string} GeoJSON.
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
@@ -528,7 +528,7 @@ ol.format.GeoJSON.prototype.writeFeatureObject = function(
|
|||||||
*
|
*
|
||||||
* @function
|
* @function
|
||||||
* @param {Array.<ol.Feature>} features Features.
|
* @param {Array.<ol.Feature>} features Features.
|
||||||
* @param {olx.format.WriteOptions} options Write options.
|
* @param {olx.format.WriteOptions=} opt_options Write options.
|
||||||
* @return {string} GeoJSON.
|
* @return {string} GeoJSON.
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
@@ -563,7 +563,7 @@ ol.format.GeoJSON.prototype.writeFeaturesObject =
|
|||||||
*
|
*
|
||||||
* @function
|
* @function
|
||||||
* @param {ol.geom.Geometry} geometry Geometry.
|
* @param {ol.geom.Geometry} geometry Geometry.
|
||||||
* @param {olx.format.WriteOptions} options Write options.
|
* @param {olx.format.WriteOptions=} opt_options Write options.
|
||||||
* @return {string} GeoJSON.
|
* @return {string} GeoJSON.
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user