Improve type annotation
This commit is contained in:
@@ -1689,7 +1689,7 @@ ol.format.GML.prototype.writeGeometryNode = function(geometry) {
|
|||||||
*
|
*
|
||||||
* @function
|
* @function
|
||||||
* @param {Array.<ol.Feature>} features Features.
|
* @param {Array.<ol.Feature>} features Features.
|
||||||
* @return {ArrayBuffer|Node|Object|string} Result.
|
* @return {Node} Result.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.format.GML.prototype.writeFeatures;
|
ol.format.GML.prototype.writeFeatures;
|
||||||
|
|||||||
@@ -845,7 +845,7 @@ ol.format.GPX.GPX_SERIALIZERS_ = ol.xml.makeStructureNS(
|
|||||||
*
|
*
|
||||||
* @function
|
* @function
|
||||||
* @param {Array.<ol.Feature>} features Features.
|
* @param {Array.<ol.Feature>} features Features.
|
||||||
* @return {ArrayBuffer|Node|Object|string} Result.
|
* @return {Node} Result.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.format.GPX.prototype.writeFeatures;
|
ol.format.GPX.prototype.writeFeatures;
|
||||||
|
|||||||
@@ -2494,7 +2494,7 @@ ol.format.KML.OUTER_BOUNDARY_NODE_FACTORY_ =
|
|||||||
*
|
*
|
||||||
* @function
|
* @function
|
||||||
* @param {Array.<ol.Feature>} features Features.
|
* @param {Array.<ol.Feature>} features Features.
|
||||||
* @return {ArrayBuffer|Node|Object|string} Result.
|
* @return {Node} Result.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.format.KML.prototype.writeFeatures;
|
ol.format.KML.prototype.writeFeatures;
|
||||||
|
|||||||
Reference in New Issue
Block a user