Opened 12 years ago

Closed 12 years ago

#4776 closed defect (fixed)

nitffile.c missing nitf series code TF for TFC

Reported by: mchapman Owned by: warmerdam
Priority: high Milestone: 1.9.2
Component: GDAL_Raster Version: 1.9.0
Severity: normal Keywords: RPFTOC
Cc:

Description

In the file nitffile.c on line 1713 of gdal v91:

The static table of series codes, abbreviations, names, etc... is missing the entry for:

TFC 1:250,000 Transit Flying Chart (UK)

The code is TF and which should look something like:

{ "TF", "TFC", "1:250K", "Transit Flying Chart (UK)", "CADRG"},

which should come right before the entry:

{ "AT", "ATC", "1:200K", "Series 200 Air Target Chart", "CADRG"},

Change History (3)

comment:1 by warmerdam, 12 years ago

Martin,

Are you interested in committing a fix for this? You are a committer.

comment:2 by mchapman, 12 years ago

Frank,

Sure, I can't do it right now but I will do it later this week.

Thanks, Martin

comment:3 by Even Rouault, 12 years ago

Component: defaultGDAL_Raster
Milestone: 1.9.2
Resolution: fixed
Status: newclosed

I've committed Martin's addition (as long as a typo fix in ome other long descriptions) in trunk (r24888) and branches/1.9 (r24889)

Note: See TracTickets for help on using tickets.