The maximum field length that I can specify is 255 and because of that I'm having problems with the input attributes, which have a size greater than 255.
What alternatives are there for having longer field lengths?
|
|
That's one of the many limitations of the Shapefile format, imposed by the DBF format. Consider using PostGIS to store your data and attributes, where the lengths of text fields are virtually unlimited. |
|||
|
|
|
If you have Microsoft Access, you can create a Memo field in a table for your data requiring > 255 characters, populate the table, and then in QGIS join your Shapefile to the mdb table. |
|||
|
|