unitDLS returns incorrect PR string when unitMD is passed as m for v4/convertTrajectory input request.
When unitMD is passed as m, the unitDLS in the response should return "deg/30m" but instead is returning "deg/100m" . In the current scenario, if unitMD is passed as "m", the dlFactor gets set as "30.48" which originally should be "30". Due to this unitDLS, returns incorrect PR string.