edina / fieldtrip-cobweb-project

A cobweb theme for fieldtrip app
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Mbtiles truncated #67

Closed rgamez closed 8 years ago

rgamez commented 9 years ago

The progress download is not working properly, it does not account for the assets associated to the form, if they are large, like in the mbtiles case, the progress message jumps to 99% and disappears, but the download continues in the background, if the layer is activated in the map the file is truncated.

rgamez commented 9 years ago

Added individual progress bars to track the download of each asset, if the download method can not determine the file size a progress bar without maximum is animated until it finish.

Leaving it open as two improvements can be done:

  1. The pcapi should return the 'Content-Length' for the assets.
  2. Download to temporal file and rename after finish.
rgamez commented 8 years ago

The progress bars and the fix for downloading large files in the pcapi made this issue less recurrent.

Closing it as it is not possible to allocate resources for this right now, but feel free to reopen it as the improvements are still relevant.