Rename _ol_control_ScaleLineUnits_ to ScaleLineUnits
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
/**
|
||||
* @module ol/control/ScaleLineUnits
|
||||
*/
|
||||
|
||||
/**
|
||||
* Units for the scale line. Supported values are `'degrees'`, `'imperial'`,
|
||||
* `'nautical'`, `'metric'`, `'us'`.
|
||||
* @enum {string}
|
||||
*/
|
||||
var _ol_control_ScaleLineUnits_ = {
|
||||
export default {
|
||||
DEGREES: 'degrees',
|
||||
IMPERIAL: 'imperial',
|
||||
NAUTICAL: 'nautical',
|
||||
METRIC: 'metric',
|
||||
US: 'us'
|
||||
};
|
||||
|
||||
export default _ol_control_ScaleLineUnits_;
|
||||
|
||||
Reference in New Issue
Block a user