Ticket #1657 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Changed 5 years ago by warmerdam

  • keywords ntf added
  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.4.2

Bug fixed in trunk, and 1.4 branch.

Thanks Roger!

Note: See TracTickets for help on using tickets.