1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-16 11:54:23 +02:00

Added support for BSB charts maps

This commit is contained in:
2020-11-27 01:11:50 +01:00
parent 609e73256a
commit 96733883cb
11 changed files with 560 additions and 24 deletions

View File

@ -144,7 +144,7 @@ JNXMap::JNXMap(const QString &fileName, QObject *parent)
_name = QFileInfo(fileName).fileName();
if (!_file.open(QIODevice::ReadOnly)) {
_errorString = QString("%1: Error opening file").arg(fileName);
_errorString = fileName + ": " + _file.errorString();
return;
}