MarcusWolschon / osmeditor4android

Vespucci is a OpenStreetMap editor for Android
http://vespucci.io
Other
373 stars 83 forks source link

Respect multi-fetch limit when fetching elements for conflict resolution #2565

Closed simonpoole closed 4 months ago

simonpoole commented 4 months ago

Multi-fetch API call URL lengths can easily exceed the maximum URL length. We currently limit the number of elements to 685, that should work with up to 12 digit ids, and simply loop to process all ids if more are required.

Note: this unifies and simplifies the code as the issue was already fixed for certain situations.