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:
@ -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;
|
||||
|
Reference in New Issue
Block a user