Skip to content

Commit

Permalink
Add Hercules format to coordsType
Browse files Browse the repository at this point in the history
  • Loading branch information
www committed Jan 9, 2023
1 parent ccff027 commit 9ea58df
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 ac == "SA342M" or ac == "SA342L" or ac == "SA342Mistral" or ac == "SA342Minigun" 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 9ea58df

Please sign in to comment.