mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-01 17:50:32 +02:00
The main problem with the existing logic was that it did not update the extents of relations when previously incomplete members were loaded. It was also overly stateful; the various queues and flags are no longer required. Fixes #1928. Fixes #1540.