Skip to content

Commit

Permalink
Merge pull request #52 from aeronautes/issue49-Herc
Browse files Browse the repository at this point in the history
Add Hercules format to coordsType
  • Loading branch information
rkusa committed Jan 11, 2023
2 parents bbc42ba + 9ea58df commit 161bea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Scripts/Hooks/scratchpad-hook.lua
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ local function loadScratchpad()
return {DDM = {precision = 1, lonDegreesWidth = 3, showNegative = true}}
elseif string.sub(ac, 1, 5) == "SA342" then
return {DDM = {precision = 1}}
elseif ac == "Hercules" then
return {DDM = {precision = 3, lonDegreesWidth = 3}}
else
return {NS430 = true, DMS = true, DDM = true, MGRS = true}
end
Expand Down

0 comments on commit 161bea1

Please sign in to comment.