openstreetmap / iD

🆔 The easy-to-use OpenStreetMap editor in JavaScript.
https://www.openstreetmap.org/edit?editor=id
ISC License
3.37k stars 1.21k forks source link

Handle Bandwidth Exceeding errors better #2594

Closed mikelmaron closed 9 years ago

mikelmaron commented 9 years ago

During a recent Mapathon, numerous computers were sharing the same IP address, and started triggering error 509 on the OSM API.

This could be better communicated to users (tell em to go take a break ;)

Also, iD appeared to have allowed editing and uploading, despite download failing in an area. If data hasn't been downloaded for an area, seems sensible to not allow editing and uploads.

bhousel commented 9 years ago

This is a dup of #2262 - yeah we definitely need to communicate to the user when these api limit failures occur.