Test Commits and pipe

This commit is contained in:
Wingthor 2020-02-01 19:30:32 +01:00
parent 19eb81866a
commit e4906eb083
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -221,3 +221,4 @@ _gsdata_/
.gitattributes
.gitignore
Moose Test Missions/MOOSE_Test_Template.miz
Moose Development/Moose/.vscode/launch.json

View File

@ -436,7 +436,7 @@ UTILS.tostringLL = function( lat, lon, acc, DMS)
secFrmtStr = '%0' .. width .. '.' .. acc .. 'f'
end
-- 024° 23' 12"N or 024° 23' 12.03"N
-- 024<EFBFBD> 23' 12"N or 024<32> 23' 12.03"N
return string.format('%03d°', latDeg) .. ' ' .. string.format('%02d', latMin) .. '\' ' .. string.format(secFrmtStr, latSec) .. '"' .. latHemi .. ' '
.. string.format('%03d°', lonDeg) .. ' ' .. string.format('%02d', lonMin) .. '\' ' .. string.format(secFrmtStr, lonSec) .. '"' .. lonHemi
@ -1080,3 +1080,4 @@ function UTILS.GetModulationName(Modulation)
end
-- Just a test to see commits in new environment for Wingthor