[openstreetmap/openstreetmap-website] Deleting a relation (and just that) creates a changeset without a bounding box (#2020)

mmd notifications at github.com
Tue Oct 9 15:42:14 UTC 2018


tags_changed is true here (tags are about to be removed), while self.members is already empty (a to be deleted relation doesn’t have any members). Which means that update_members will be empty in this case.

Probably a lot of the delta analysis logic could be skipped in case of deletions by just considering the old members for bbox calculation.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/2020#issuecomment-428243327
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20181009/8d41f221/attachment.html>


More information about the rails-dev mailing list