aaronlidman / osmly

A simple import editor for OpenStreetMap.
osmly.com
BSD 3-Clause "New" or "Revised" License
38 stars 6 forks source link

Implied changeset status #34

Closed aaronlidman closed 11 years ago

aaronlidman commented 11 years ago

Right now changeset status is checked on the OSM API before every upload, but the requests are slow, they're probably the slowest request we have, and they happen often.

We should keep track of changeset creation time (token?) as a simple check and assume everything else is good and attempt the upload but fall back to current behavior if any problem is encountered. Worst case things are the same, best case we avoid slow requests.