fix some more places where antenna path matters

This commit is contained in:
HB9HIL
2024-11-21 15:26:35 +01:00
parent 99371bcef2
commit 3406ffa63b
6 changed files with 13 additions and 13 deletions

View File

@@ -105,7 +105,7 @@ class Reg1testformat {
if (!empty($row->COL_GRIDSQUARE)) {
if(!array_key_exists($row->COL_GRIDSQUARE, $locators)){
$newlocator = true;
$distance = intval($CI->qra->distance($mylocator, $row->COL_GRIDSQUARE, "K"));
$distance = intval($CI->qra->distance($mylocator, $row->COL_GRIDSQUARE, "K", $row->COL_ANT_PATH));
$locators[$row->COL_GRIDSQUARE] = $distance;
}else{
$newlocator = false;