Merge branch 'dev' into tag_1_8_1

This commit is contained in:
HB9HIL
2024-08-07 08:13:20 +02:00
committed by GitHub

View File

@@ -140,7 +140,9 @@ class Qra {
} else if ($unit == "N") {
$dist *= 0.8684;
}
if ((is_nan($dist)) || !(is_numeric($dist))) { // Special-Case, catch same grid and/or Errors
$dist=0;
}
return round($dist, 1);
}