Remove @api annotation from ol.coordinate.fromProjectedArray
This commit is contained in:
@@ -338,7 +338,6 @@ ol.coordinate.toStringXY = function(coordinate, opt_fractionDigits) {
|
|||||||
* @param {Array} array The array with coordinates.
|
* @param {Array} array The array with coordinates.
|
||||||
* @param {string} axis the axis info.
|
* @param {string} axis the axis info.
|
||||||
* @return {ol.Coordinate} The coordinate created.
|
* @return {ol.Coordinate} The coordinate created.
|
||||||
* @api stable
|
|
||||||
*/
|
*/
|
||||||
ol.coordinate.fromProjectedArray = function(array, axis) {
|
ol.coordinate.fromProjectedArray = function(array, axis) {
|
||||||
var firstAxis = axis.charAt(0);
|
var firstAxis = axis.charAt(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user