Skip to content

Commit

Permalink
Update src/projections/airocean.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored Nov 1, 2024
1 parent d52587c commit 03220f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/projections/airocean.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ static PJ_LP airocean_inverse(PJ_XY xy, PJ *P) {

if (face_id == 23) {
// Point lies outside icosahedron net faces
proj_errno_set(P, PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN);
lp.lam = HUGE_VAL;
lp.phi = HUGE_VAL;
return lp;
Expand Down

0 comments on commit 03220f5

Please sign in to comment.