1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-12 18:05:10 +02:00

Some more ENC render style improvements

This commit is contained in:
2022-11-25 23:20:35 +01:00
parent 04f45013eb
commit 4cfb967e39
8 changed files with 29 additions and 10 deletions

View File

@ -717,8 +717,10 @@ MapData::MapData(const QString &path): _fileName(path)
_errorString = ddf.errorString();
return;
}
if (!processRecord(record, gv, COMF, _name))
if (!processRecord(record, gv, COMF, _name)) {
_errorString = "Invalid S-57 record";
return;
}
}
Rect b;