You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// io.cpp line 7777 misspelling of vgridshift as vgridshit
Problem description
the code's intention is clearly to return false for the string "vgridshift", but does not because of the misspelling "vgridshit". The subsequent loop around proj_list_operations() finds "vgridshift" and return true.
if the behaviour is actually correct then the "vgridshit" literal should be removed.
Expected Output
Environment Information
proj version proj-7.1.0.tar.gz
Installation method
from git source
The text was updated successfully, but these errors were encountered:
Example of problem
// io.cpp line 7777 misspelling of vgridshift as vgridshit
Problem description
the code's intention is clearly to return false for the string "vgridshift", but does not because of the misspelling "vgridshit". The subsequent loop around proj_list_operations() finds "vgridshift" and return true.
if the behaviour is actually correct then the "vgridshit" literal should be removed.
Expected Output
Environment Information
proj version proj-7.1.0.tar.gz
Installation method
from git source
The text was updated successfully, but these errors were encountered: