Skip to content

Commit

Permalink
Add 'exact' flag to Helmert operation when doing cs2cs emulation. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Mar 20, 2018
1 parent 23a028f commit ae3527d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proj_4D_api.c
Expand Up @@ -490,7 +490,7 @@ Returns 1 on success, 0 on failure
def = malloc (100+n);
if (0==def)
return 0;
sprintf (def, "break_cs2cs_recursion proj=helmert %s transpose", s);
sprintf (def, "break_cs2cs_recursion proj=helmert exact %s transpose", s);
Q = proj_create (P->ctx, def);
pj_inherit_ellipsoid_def (P, Q);
free (def);
Expand Down

0 comments on commit ae3527d

Please sign in to comment.