mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Use the right Mercator
This commit is contained in:
parent
0cc6908b30
commit
2431f432d4
@ -295,7 +295,7 @@ bool BSBMap::createProjection(const QString &datum, const QString &proj,
|
||||
|
||||
if (!proj.compare("MERCATOR", Qt::CaseInsensitive)) {
|
||||
Projection::Setup setup(0, 0, NAN, 0, 0, NAN, NAN);
|
||||
pcs = PCS(gcs, 1024, setup, 9001);
|
||||
pcs = PCS(gcs, 9804, setup, 9001);
|
||||
} else if (!proj.compare("TRANSVERSE MERCATOR", Qt::CaseInsensitive)) {
|
||||
Projection::Setup setup(0, params[1], params[2], 0, 0, NAN, NAN);
|
||||
pcs = PCS(gcs, 9807, setup, 9001);
|
||||
|
Loading…
Reference in New Issue
Block a user