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

Simon Poole notifications at github.com
Mon Oct 8 22:33:42 UTC 2018


If I understand the code correctly the problem is simply with the logic  that if tags are changed we use the current members of the relation to determien the bounding box, but in this case that list is actually empty and we should be using the list of changed members, see https://github.com/openstreetmap/openstreetmap-website/blame/master/app/models/relation.rb#L387

-- 
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-428000401
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20181008/46335422/attachment.html>


More information about the rails-dev mailing list