Skip to content

fix: zip file with hidden directories or __MACOSX directory #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

geoduf
Copy link

@geoduf geoduf commented Feb 17, 2021

Compressing files with Mac OS create a __MACOSX directory containing files metadata.
With these files, we have duplicate .shp files and the library raises an error here: https://github.com/jonas-p/go-shp/blob/master/zipreader.go#L43
To fix it, we need to filter this directory (and hidden directories)

Alexei Tsybulnik and others added 23 commits March 20, 2019 13:54
fix(zipReader): filter hidden dir and __MACOSX dir to avoir duplicate .shp
fix: adapt the current documentation to karnott organisation
fix(sequentialreader): fix panic because of nil pointer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants