NetTopologySuite/NetTopologySuite.IO.Esri

Issue with 'L' Column in DBF with Length greater than 1.

Closed this issue · 1 comments

I encountered a shapefile with an 'L' column where the Length is greater than 1. However, when reading the logical column, You will encounter an exception as the position of the reading stream is mismatched.
image

Here is the shape file zipped which I face the issue.
roads4.zip

Although I understand that the Logic column should have a Length of 1, other importers such as QGIS can import this file correctly, so I believe we should address the issue.

Fixed by #52. Thank you @mahdirastegari.