Commit fec7c3e1 by Dripoul Committed by Marcus Efraimsson

Units: Add angle units, Arc Minutes and Seconds (#16271)

parent c3816f3a
......@@ -54,6 +54,8 @@ export const getCategories = (): ValueFormatCategory[] => [
{ name: 'Degrees (°)', id: 'degree', fn: toFixedUnit('°') },
{ name: 'Radians', id: 'radian', fn: toFixedUnit('rad') },
{ name: 'Gradian', id: 'grad', fn: toFixedUnit('grad') },
{ name: 'Arc Minutes', id: 'arcmin', fn: toFixedUnit('arcmin') },
{ name: 'Arc Seconds', id: 'arcsec', fn: toFixedUnit('arcsec') },
],
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment