Closed fluxlife closed 8 years ago
Really tricky, going to try a refactor while a tackle this, that file needs. Thanks for the feedback.
Ok, going to make extensions case insensitive, but filename must be the same as supplied on the parameters. To avoid confusions.
if you have Shapefiles that have file extensions that are capitalized (i.e. shape_file.SHP instead of shape_file.shp), it throws a MalformedShpException despite the file(s) actually existing and being valid.
works as to pulling the correct root file because you are ignoring case.
However
fails to pick up the files because you are looking for files with the lower cased extensions.
Renaming all files from .SHP to .shp (etc) resolves the issue now, but would be nice if the code could figure this out.