Skip to content

FIX include shapefile companion extensions in archive zip#33

Open
TanvirTurja wants to merge 1 commit intoterrastackai:mainfrom
TanvirTurja:fix/shapefile-archive-extensions
Open

FIX include shapefile companion extensions in archive zip#33
TanvirTurja wants to merge 1 commit intoterrastackai:mainfrom
TanvirTurja:fix/shapefile-archive-extensions

Conversation

@TanvirTurja
Copy link

Closes #32

What changed

Added missing shapefile companion extensions (.shx, .dbf, .cpg, .prj)
to geoserver_supported_extensions in zip_inference_data().

Before

Only .shp was included in archive.zip, making the shapefile invalid.

After

All required shapefile extensions are now zipped together.

….shp files, the companion files (.shx, .dbf, .cpg, .prj)are required for the shapefile to be valid. Previously only .shp wasincluded in the archive.zip.Closes terrastackai#32
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.

[Bug]: Saving shape .shp files in the archive.zip requires other extensions

1 participant