Merge branch 'sd-dont-use-grids-from-oams' into 'master'

Don't use grids from OAMS.  (AKA, the "VO1AA is not at DO87" bug)

See merge request gridtracker.org/gridtracker!247

If this is changing anything in the UI or operational behavior, please prepare to update the wiki!
merge-requests/248/merge
Sebastian Delmont 2022-11-17 22:02:03 +00:00
commit 49b5be4412
1 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

@ -7019,15 +7019,6 @@ function handleWsjtxDecode(newMessage)
var hash = msgDEcallsign + newMessage.OB + newMessage.OM;
if (hash in g_liveCallsigns) callsign = g_liveCallsigns[hash];
if (theirQTH == "" && msgDEcallsign in g_gtCallsigns && g_gtCallsigns[msgDEcallsign] in g_gtFlagPins)
{
if (g_gtFlagPins[g_gtCallsigns[msgDEcallsign]].grid.length > 0)
{
theirQTH = g_gtFlagPins[g_gtCallsigns[msgDEcallsign]].grid.substr(0, 4);
validQTH = true;
}
}
var canPath = false;
if (
(g_appSettings.gtBandFilter.length == 0 ||