-
Notifications
You must be signed in to change notification settings - Fork 4
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
fixes for uploading files, status.json #29
Conversation
This should be almost ready to merge; i'm still not seeing the status.json file getting updated but I think it may be due to a gdal version mismatch locally; it may work on production. |
I've confirmed it uploads geotiffs and jpgs both correctly! |
It also uses |
app.rb
Outdated
@@ -31,18 +31,27 @@ | |||
send_file "public/warps/#{params[:id]}/#{params[:id]}.jpg" | |||
end | |||
|
|||
# status.json records: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fixed, but I want to confirm first on production. I'll move this into a comment.
Cool! I tried |
Yeah I'm not getting 100% here running locally, but let's give it a try? 🚀 🙌 |
Let's do this! |
also, it's late! Signing off for tonight -- don't stay up too late! You've been pulling some super late nights, sebastian! |
Yes I'll stay another hour only! Thanks for the advice! I enjoy it, the cool air, and it's nice and quiet - but I'll limit to keep healthy! |
Fix for: