Opened 17 years ago

Closed 17 years ago

#1657 closed defect (fixed)

Nextmap Britian NTF5 files not properly detected

Reported by: rogerjames99 Owned by: warmerdam
Priority: normal Milestone: 1.4.2
Component: OGR_SF Version: 1.4.1
Severity: normal Keywords: ntf
Cc:

Description

Britain is misspelt.

ntffilereader.cpp line 452

is

else if( EQUALN(pszProduct,"NEXTMap Britian DTM",19) )

should be

else if( EQUALN(pszProduct,"NEXTMap Britain DTM",19) )

Roger

Change History (1)

comment:1 by warmerdam, 17 years ago

Keywords: ntf added
Milestone: 1.4.2
Resolution: fixed
Status: newclosed

Bug fixed in trunk, and 1.4 branch.

Thanks Roger!

Note: See TracTickets for help on using tickets.