Skip to content

Commit

Permalink
proj: add a hint in error message about using cct when relevant (#4016)
Browse files Browse the repository at this point in the history
Fixes #4013.
  • Loading branch information
jidanni authored Jan 28, 2024
1 parent c9c133d commit ac439d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/proj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ int main(int argc, char **argv) {

if (!proj_angular_input(Proj, PJ_FWD)) {
emess(3, "can't initialize operations that take non-angular input "
"coordinates");
"coordinates. Try cct.");
exit(0);
}

Expand Down

0 comments on commit ac439d5

Please sign in to comment.