ConservationMetrics / map-packer

A Nuxt app to allow users to generate and manage offline map requests to mapgl-tile-renderer
MIT License
3 stars 0 forks source link

Add retry button for offline map requests with status InternalServerError #21

Closed rudokemper closed 4 months ago

rudokemper commented 4 months ago

For offline map requests that failed due to an InternalServerError, it's possible that they failed due to a temporary issue with accessing an API. Let's make it possible to re-submit a map request by adding a "Retry request" button that will resubmit the request message to mapgl-tile-renderer, and reset the job status to PENDING (and clear timestamps and errors).