mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
9804 was correct...
This commit is contained in:
parent
c9cedebeb0
commit
abfb0c637a
@ -331,7 +331,7 @@ Projection::Method GeoTIFF::method(QMap<quint16, Value> &kv)
|
||||
case CT_ObliqueMercator:
|
||||
return Projection::Method(9815);
|
||||
case CT_Mercator:
|
||||
return Projection::Method(9805);
|
||||
return Projection::Method(9804);
|
||||
case CT_LambertConfConic_2SP:
|
||||
return Projection::Method(9802);
|
||||
case CT_LambertConfConic_1SP:
|
||||
|
@ -17,7 +17,7 @@ Projection::Method::Method(int id)
|
||||
case 1024:
|
||||
case 9801:
|
||||
case 9802:
|
||||
case 9805:
|
||||
case 9804:
|
||||
case 9807:
|
||||
case 9815:
|
||||
case 9820:
|
||||
@ -51,7 +51,7 @@ Projection::Projection(const PCS *pcs) : _gcs(pcs->gcs()), _units(pcs->units()),
|
||||
setup.longitudeOrigin(), setup.falseEasting(),
|
||||
setup.falseNorthing());
|
||||
break;
|
||||
case 9805:
|
||||
case 9804:
|
||||
_ct = new Mercator(ellipsoid, setup.latitudeOrigin(),
|
||||
setup.longitudeOrigin(), setup.falseEasting(),
|
||||
setup.falseNorthing());
|
||||
|
Loading…
Reference in New Issue
Block a user