Merge pull request #2137 from probins/patch-1
Clarify that ol.Coordinate is for xy coordinates
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