Skip to content
Prev 7852 / 29559 Next

to many characters in .dbf file?

On Thu, 18 Mar 2010, Michael Denslow wrote:

            
The OGR driver truncates (I think to 254 characters), so use 
writeSpatialShape() in maptools instead, passing your large number through 
the max_nchar= argument. Please read the details in ?write.dbf - field 
widths above 254 are not portable.

Roger