trim gridlocator before parsing it. Some Exports consist of trailing whitespaces at gridlocator :(

这个提交包含在:
int2001 2023-12-13 16:34:24 +00:00
父节点 1d8a040a0b
当前提交 e9af164c8a
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -173,6 +173,7 @@ function get_bearing($lat1, $lon1, $lat2, $lon2) {
}
function qra2latlong($strQRA) {
$strQRA=trim($strQRA);
if (substr_count($strQRA, ',') > 0) {
if (substr_count($strQRA, ',') == 3) {
// Handle grid corners