Make ol.proj.METERS_PER_UNIT exportable
We need to apply the `@api` annotation to the object itself in order for it to be exportable.
This commit is contained in:
@@ -42,6 +42,7 @@ ol.proj.Units = {
|
|||||||
* @type {Object.<ol.proj.Units, number>}
|
* @type {Object.<ol.proj.Units, number>}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
ol.proj.METERS_PER_UNIT = {};
|
||||||
ol.proj.METERS_PER_UNIT[ol.proj.Units.DEGREES] =
|
ol.proj.METERS_PER_UNIT[ol.proj.Units.DEGREES] =
|
||||||
2 * Math.PI * ol.sphere.NORMAL.radius / 360;
|
2 * Math.PI * ol.sphere.NORMAL.radius / 360;
|
||||||
ol.proj.METERS_PER_UNIT[ol.proj.Units.FEET] = 0.3048;
|
ol.proj.METERS_PER_UNIT[ol.proj.Units.FEET] = 0.3048;
|
||||||
|
|||||||
Reference in New Issue
Block a user