Skip to content

Fixes for iNaturalist export plugin

Joerg Lohse requested to merge (removed):master into master

These are 2 fixes and one new feature for the iNaturalist export plugin:

  • The original filename is uploaded along with the photo. The iNaturalist website recently started to display the photo filename. Thus, we cannot send the filename of the temporary image anymore, the temporary file that contains the scaled down and compressed picture. We now upload the temporary file but send the original filename.
  • The upload code recovers from network errors. Timeouts have been implemented and after network errors the new code checks whether an upload went through and either uploads again or proceeds.
  • Place names can be edited and new ones added. Previously, they could only be selected from server-provided ones.

Merge request reports