Ticket #1657 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Nextmap Britian NTF5 files not properly detected

Reported by: rogerjames99 Assigned to: 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

06/03/07 11:03:36 changed by warmerdam

  • keywords set to ntf.
  • 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!