openstreetmap / trac-tickets

Archived Trac Tickets
1 stars 1 forks source link

Deleting ways outside the bounding box leaves empty nodes #1595

Open openstreetmap-trac opened 3 years ago

openstreetmap-trac commented 3 years ago

Reporter: BearT [Submitted to the original trac issue database at 8.53am, Sunday, 15th February 2009]

When deleting long ways, that range outside the initially downloaded bounding box, the nodes of the way will remain in the database, since they might be shared with other ways, that were not downloaded outside the bounding box.

I'd suggest to either give a warning message, when deleting such ways or, better, try to download the regions outside the bounding box and check if it is safe to delete that node, as it is done with streets that are entirely inside the bounding box.

openstreetmap-trac commented 3 years ago

Author: koying [Added to the original trac issue at 1.56pm, Monday, 16th February 2009]

Changing to "Enhancement", as you should "download more" the additional bounding box to avoid this behaviour.

I agree a warning is a minimum, though...