Modify ↓
Opened 12 years ago
Closed 12 years ago
#8599 closed defect (fixed)
Remote command add_way does not close a way when the first and last node have same coordinates
Reported by: | coso | Owned by: | akks |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core remotecontrol | Version: | tested |
Keywords: | remote add_way | Cc: |
Description
This command creates a way of four nodes, with tag building=yes, where the first and last nodes have the same coordinates:
If you run Validator it reports the warnings: "Area not closed" and 2 duplicate nodes (first and last).
Attachments (0)
Change History (5)
comment:1 by , 12 years ago
Owner: | changed from | to
---|
comment:2 by , 12 years ago
comment:4 by , 12 years ago
Then I commit :)
Merging to existing nodes is also done, but I am not sure the code is optimal. Fell free to improve it if needed.
Note:
See TracTickets
for help on using tickets.
Do all agree that the nodes should be merged in such cases?