1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Fixed error reporting

This commit is contained in:
Martin Tůma 2018-07-23 21:55:43 +02:00
parent 476f26752f
commit fe4eed8aa2

View File

@ -313,9 +313,7 @@ const GCS *GeoTIFF::gcs(QMap<quint16, Value> &kv)
if (!(gcs = GCS::gcs(gd, pm, au)))
_errorString = QString("%1+%2: unknown geodetic datum + prime"
" meridian combination")
.arg(kv.value(GeogGeodeticDatumGeoKey).SHORT)
.arg(kv.value(GeogPrimeMeridianGeoKey).SHORT);
" meridian combination").arg(gd).arg(pm);
} else
_errorString = "Can not determine GCS";