NetTopologySuite / NetTopologySuite.IO.Esri

BSD 3-Clause "New" or "Revised" License
31 stars 16 forks source link

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

Open mahdirastegari opened 2 weeks ago

mahdirastegari commented 2 weeks ago

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.