Skip to content

Commit

Permalink
libproj: added alias for ITRF92 (#1460)
Browse files Browse the repository at this point in the history
adds "International_Terrestrial_Reference_Frame_1992" as an alias for ITRF92

Ref: https://lists.osgeo.org/pipermail/grass-user/2021-March/082282.html
  • Loading branch information
neteler committed Mar 16, 2021
1 parent 41162a9 commit b626337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/proj/convert.c
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,8 @@ static const char *papszDatumEquiv[] = {
"Deutsches_Hauptdreiecksnetz",
"South_American_1969",
"South_American_Datum_1969",
"International_Terrestrial_Reference_Frame_1992",
"ITRF92",
"ITRF_1992",
"ITRF92",
NULL
Expand Down

0 comments on commit b626337

Please sign in to comment.