Fix remaining type issues

This commit is contained in:
ahocevar
2018-05-17 12:29:22 -05:00
parent 8271a51f65
commit 64e1139230
5 changed files with 8 additions and 19 deletions

View File

@@ -83,12 +83,6 @@ import {add as addTransformFunc, clear as clearTransformFuncs, get as getTransfo
*/
/**
* Meters per unit lookup table.
* @const
* @type {Object.<module:ol/proj/Units, number>}
* @api
*/
export {METERS_PER_UNIT};