Closed apps4uco closed 2 years ago
Updated geozero-shp crates to latest versions.
I made some modifications to get the crate to compile, hope they are ok.
Added a function to return the dbf FieldInfo. Useful for creating an sql table or a report
I discovered a problem accessing the FieldType in the dbf as it is in a private module. so I created the following issue
https://github.com/tmontaigu/dbase-rs/issues/33#issue-1157794180
The test shows how it could be used.
Updated geozero-shp crates to latest versions.
I made some modifications to get the crate to compile, hope they are ok.
Added a function to return the dbf FieldInfo. Useful for creating an sql table or a report
I discovered a problem accessing the FieldType in the dbf as it is in a private module. so I created the following issue
https://github.com/tmontaigu/dbase-rs/issues/33#issue-1157794180
The test shows how it could be used.