id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
4260,OGR GMT layer: wrong extent identification,peifer,warmerdam,"The extent of my sample gmt file is: {{{# @R-4/-3.9/37/37.1}}} However, ogrinfo reports:[[BR]]
{{{Extent: (4.000000, 37.000000) - (-3.900000, 37.100000)}}}.

The first character is obviously swallowed when reading the gmt header. I changed line 183 in ogrgmtlayer.cpp which seems to help:

{{{
 // char **papszTokens = CSLTokenizeStringComplex( osRegion.c_str() + 1,
    char **papszTokens = CSLTokenizeStringComplex( osRegion.c_str() + 0,
}}}

The sample GMT file is attached.",defect,closed,normal,1.9.0,OGR_SF,svn-trunk,normal,fixed,GMT,
