diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/projections/bertin1953.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/bertin1953.cpp b/src/projections/bertin1953.cpp index 63154084..b864f83a 100644 --- a/src/projections/bertin1953.cpp +++ b/src/projections/bertin1953.cpp @@ -67,7 +67,7 @@ static PJ_XY bertin1953_s_forward (PJ_LP lp, PJ *P) { xy.x *= 1. + d; } if (xy.y > 0.) { - xy.x *= 1. + d / 1.5 * xy.x * xy.x; + xy.y *= 1. + d / 1.5 * xy.x * xy.x; } return xy; |
