Clarify that ol.Coordinate is for xy coordinates
Docs only; no logic change
This commit is contained in:
@@ -17,7 +17,7 @@ ol.CoordinateFormatType;
|
||||
|
||||
|
||||
/**
|
||||
* An array of numbers representing a coordinate. Example: `[16, 48]`.
|
||||
* An array of numbers representing an xy coordinate. Example: `[16, 48]`.
|
||||
* @typedef {Array.<number>} ol.Coordinate
|
||||
* @todo api
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user