Modify

Opened 13 years ago

Last modified 11 years ago

#6178 new defect

terracer: deletes addr node without copying any data

Reported by: skyper Owned by: zerebubuth@…
Priority: normal Milestone:
Component: Plugin terracer Version: latest
Keywords: teraccer part building delete node Cc:

Description (last modified by skyper)

terracer deletes addr node without copying any data if the node is already part of the building.

Attachments (1)

josm_bug_6178.osm (2.8 KB ) - added by skyper 13 years ago.
example file

Download all attachments as: .zip

Change History (15)

comment:1 by Alexander Kachkaev <alexander@…>, 13 years ago

Do you mean the case when the addressing node is a part of the way that is the outline of the building?

in reply to:  1 comment:2 by skyper, 13 years ago

Replying to kachkaev:

Do you mean the case when the addressing node is a part of the way that is the outline of the building?

Sorry, do not have much time right now. Can test it tomorrow.
Yes, this was the case.

Did not test your updates, but please only move all tags and relation memberships but do not delete or move this node.

Thanks a lot.

P.S.: There were some more tickets concerning terracer (component: Plugin terracer), maybe some were fixed yesterday,too.

comment:3 by skyper, 13 years ago

Thanks for your work.

I tested with o26029 and the problem still exists. I add a test file.

by skyper, 13 years ago

Attachment: josm_bug_6178.osm added

example file

comment:4 by skyper, 12 years ago

Description: modified (diff)

still no answer on a blocker !!!

comment:5 by skyper, 12 years ago

Description: modified (diff)
Summary: teraccer: deletes addr node without copying any dataterracer: deletes addr node without copying any data

typo

comment:6 by Don-vip, 11 years ago

Can you please explain exactly (step by step) the problem ? I tried to play with terracer and the attached file and found nothing justifying a blocker defect ? (I merged the two building areas in order to terrace the whole result to 14/16/18, and not a single address node has been deleted by the plugin)

in reply to:  6 ; comment:7 by skyper, 11 years ago

Replying to Don-vip:

Can you please explain exactly (step by step) the problem ? I tried to play with terracer and the attached file and found nothing justifying a blocker defect ? (I merged the two building areas in order to terrace the whole result to 14/16/18, and not a single address node has been deleted by the plugin)

Sorry, the description is really terrible:

  1. select a building and a addr node
  2. terrace
  3. the node is deleted and
    • if the node was part of the building no housenumber is added (number 14).
  4. In all cases the nodes are removed from the associatedStreet relation and no ways are added which should be default if the nodes were already members.
  5. Even after ​[o29037], if you check create associatedStreet relation, a new relation is created.
  6. The order should not be changed (16/18).

May the plugin could use part of the replace geometry command in utilsplugin2.

Please have an option to not remove the nodes which are part of the building as I often use them to mark the entrance. Thanks.

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2012-12-04 02:31:51
Last Changed Author: Don-vip
Revision: 5611
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2012-12-04 00:43:04 +0100 (Tue, 04 Dec 2012)
Last Changed Rev: 5611

Identification: JOSM/1.5 (5611 en)
Memory Usage: 99 MB / 1820 MB (52 MB allocated, but free)
Java version: 1.6.0_24, Sun Microsystems Inc., OpenJDK 64-Bit Server VM
Operating system: Linux
Dataset consistency test: No problems found

Plugin: ColumbusCSV (28043)
Plugin: terracer (29037)
Plugin: utilsplugin2 (28807)

comment:8 by Don-vip, 11 years ago

ok thanks for the description, I'll try to fix both tickets :)

in reply to:  7 comment:9 by skyper, 11 years ago

Replying to skyper:

May the plugin could use part of the replace geometry command in utilsplugin2.

The more I think about it, the closer I get to the conflation plugin which tries to do this in general.

comment:10 by Don-vip, 11 years ago

In 5612/josm:

see #6178 - Makes DeleteCommand use ChangeNodesCommand instead of ChangeCommand when deleting a node being part of a way.

The previous use of ChangeCommand prevented this use case to work as expected:

  • SequenceCommand of:
    • ChangePropertyCommands adding tags to a way
    • DeleteCommand of a node of this way


-> Running the DeleteCommand did cancel the previously run ChangePropertyCommands as the entire way was replaced (including its tags), based on the way state at the creation of the SequenceCommand and not its real current state.

By the way, this could also be more efficient.

comment:11 by Don-vip, 11 years ago

In 5613/josm:

see #6178 - Change Relation.removeMembersFor(Collection) signature for better flexibility. Impacted plugins: terracer and reltoolbox

comment:12 by Don-vip, 11 years ago

Can you try version [o29047] with JOSM r5613 tomorrow ? Thanks.

in reply to:  7 comment:13 by Don-vip, 11 years ago

Replying to skyper:

The order should not be changed (16/18).

one bug at a time :) This one is for #6173 ;)

in reply to:  12 comment:14 by skyper, 11 years ago

Priority: blockernormal

Replying to Don-vip:

Can you try version [o29047] with JOSM r5613 tomorrow ? Thanks.

It is much better. Thanks.

Only problems I found:

  • addr:street= is added to every new building way which is not needed if using an associatedStreet or street relation.
  • the name= of the relation is used for addr:street= even if the relation also contains an addr:street=. I sometimes have streets with several postcodes, e.g. I have to split the associatedStreet relation in parts with one master relation.
  • still no possibility to preserve the node which is part of the building from deletion.
Version 0, edited 11 years ago by skyper (next)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain zerebubuth@….
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from zerebubuth@… to the specified user.
Next status will be 'needinfo'. The owner will be changed from zerebubuth@… to skyper.
as duplicate The resolution will be set to duplicate. Next status will be 'closed'. The specified ticket will be cross-referenced with this ticket.
The owner will be changed from zerebubuth@… to anonymous. Next status will be 'assigned'.

Add Comment


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