Closed eliotjordan closed 7 years ago
@drh-stanford Can you think of any reason why we would need to process scanned map / image derivatives in a special way?
is that code overriding regular hydra-derivatives? i don't think we need that if so...
@drh-stanford Yeah, we're just overriding hydra-derivatives. PR to fix this: https://github.com/projecthydra-labs/geo_concerns/pull/266
Do we need the
image_derivatives
method inGeoConcerns::FileSet::Derivatives
? Seems redundant and could cause conflicts with overrides in host applications.https://github.com/projecthydra-labs/geo_concerns/blob/master/app/models/concerns/geo_concerns/file_set/derivatives.rb#L21-L28