Shorter module paths for default exports
This commit is contained in:
@@ -20,7 +20,7 @@ const Units = {
|
||||
/**
|
||||
* Meters per unit lookup table.
|
||||
* @const
|
||||
* @type {Object.<module:ol/proj/Units~Units, number>}
|
||||
* @type {Object.<module:ol/proj/Units, number>}
|
||||
* @api
|
||||
*/
|
||||
export const METERS_PER_UNIT = {};
|
||||
|
||||
Reference in New Issue
Block a user