Skip to content

Commit

Permalink
set coordinate format for F-15ESE
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa committed Jul 1, 2023
1 parent c943b4d commit 95c0443
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 @@ -595,6 +595,8 @@ local function loadScratchpad()
return {DDM = true, MGRS = true}
elseif string.sub(ac, 1, 4) == "F-14" then
return {DDM = {precision = 1}}
elseif ac == "F-15ESE" then
return {DDM = {precision = 3, lonDegreesWidth = 3}, MGRS = true}
elseif ac == "M-2000C" then
return {DDM = {precision = 1, lonDegreesWidth = 3}}
elseif ac == "F-16C_50" then
Expand Down

0 comments on commit 95c0443

Please sign in to comment.