Module types for ol/proj

This commit is contained in:
Tim Schaub
2018-03-11 23:20:25 -06:00
parent ef70d71636
commit a743ec3989
49 changed files with 103 additions and 103 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const Units = {
/**
* Meters per unit lookup table.
* @const
* @type {Object.<ol.proj.Units, number>}
* @type {Object.<module:ol/proj/Units~Units, number>}
* @api
*/
export const METERS_PER_UNIT = {};