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:
parent
476f26752f
commit
fe4eed8aa2
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user