mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-25 10:48:04 +02:00
Added missing UTM S/N handling
This commit is contained in:
@ -71,6 +71,8 @@ static Projection parseProjection(const QString &str, const GCS *gcs)
|
||||
zone = fields.at(2).toInt(&ret);
|
||||
if (!ret)
|
||||
return Projection();
|
||||
if (fields.at(3) == "S")
|
||||
zone = -zone;
|
||||
pcs = PCS(gcs, 9807, UTM::setup(zone), 9001);
|
||||
return Projection(&pcs);
|
||||
case 1:
|
||||
|
Reference in New Issue
Block a user