Modify

Opened 7 years ago

Closed 7 years ago

#15432 closed defect (worksforme)

Improve Way Accuracy mode will not make overlapping nodes active.

Reported by: maxerickson@… Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc:

Description

Here's a sample building where the problem occurs:

http://overpass-turbo.eu/s/siT

[date:"2017-10-12T18:45:02Z"];
way(527587860);
(._;>;);
out meta;

The tool will not make either node on the lower right active. The best thing would be to choose the active node based on the next closest node to the pointer, but something like activating the lowest id node in the overlapping stack would be an improvement over having to switch away from the tool.

Attachments (1)

15432.osm (1.2 KB ) - added by Don-vip 7 years ago.

Download all attachments as: .zip

Change History (2)

by Don-vip, 7 years ago

Attachment: 15432.osm added

comment:1 by Don-vip, 7 years ago

Resolution: worksforme
Status: newclosed

The algorithm cannot work with overlapped nodes. It's best to first validate the data to ensure there are no overlapping nodes (the check is at error level) before trying to improve ways.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.