Merge pull request #2137 from probins/patch-1

Clarify that ol.Coordinate is for xy coordinates
This commit is contained in:
Bart van den Eijnden
2014-05-28 20:04:44 +02:00

View File

@@ -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
*/