-
Notifications
You must be signed in to change notification settings - Fork 6
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
Download a full-rez version of the thumbnail_image #76
Comments
Can the thumbnail or full-rez images be forced to display in landscape if that's the orientation of the image? Landscape views now rotate 90-degrees into a portrait view. |
Partial fulfillment of this issue could be accomplished if the user was able to download the 1/4 resolution version stored in the database. |
A lot of possibilities open up if we can mount the SeafloorMapping share onto a volume that can be exposed over https. We'd need to add an nginx container to the deployment and figure out how to proxy it through traefik. (Boy, that's quite a bit of nerd jargon in one sentence! :-) |
This blog post describes how this may be done: https://www.simplecto.com/use-traefik-with-nginx-apache-caddyserver-serve-static-files/ |
This PR makes the SeafloorMapping share available over HTTP in the I'm considering removing traefik from |
Almost done with this and I've decided that this was not a good first issue to tackle. |
The last PR has been pulled to production. There is now a new entry under the thumbnail image in the detail views for Missions and Compilations (the thumbnail image on the page is also hyperlinked to the full rez image): View full resolution image: URL to the image Note that most all of the Compilation images are .tif files which will be downloaded rather than being rendered in the browser. |
Re previous comment, somehow the .tif files are being rendered in a browser, as on |
This issue can be closed. |
Hah! I appear to be able to close issues! |
From the Use Case document:
The database already stores a 1/4 resolution version of the thumbnail map. For this Issue we just need to provide the download a full-rez version feature.
The text was updated successfully, but these errors were encountered: