aboutsummaryrefslogtreecommitdiff
path: root/src/projections/natearth2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/projections/natearth2.cpp')
-rw-r--r--src/projections/natearth2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/natearth2.cpp b/src/projections/natearth2.cpp
index e4516a0a..8bef168d 100644
--- a/src/projections/natearth2.cpp
+++ b/src/projections/natearth2.cpp
@@ -76,7 +76,7 @@ static PJ_LP natearth2_s_inverse (PJ_XY xy, PJ *P) { /* Spheroidal, in
}
}
if( i == 0 )
- proj_context_errno_set( P->ctx, PJD_ERR_NON_CONVERGENT );
+ proj_context_errno_set( P->ctx, PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN );
lp.phi = yc;
/* longitude */