samvera-deprecated / geo_concerns

PCDM based geospatial models for Hydra
Apache License 2.0
3 stars 4 forks source link

Shapefile derivatives are unzipped with the wrong name #268

Closed eliotjordan closed 7 years ago

eliotjordan commented 7 years ago

Zipped shapefiles that are delivered to GeoServer are unzipped into a directory named Shapefile. This could cause conflicts. They directory should have the same name as the parent file.

https://github.com/projecthydra-labs/geo_concerns/blob/master/app/services/geo_concerns/delivery/geoserver.rb#L104