Opened 14 years ago
Last modified 12 years ago
#6178 new defect
terracer: deletes addr node without copying any data
Reported by: | skyper | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin terracer | Version: | latest |
Keywords: | teraccer part building delete node | Cc: |
Description (last modified by )
terracer deletes addr node without copying any data if the node is already part of the building.
Attachments (1)
Change History (15)
follow-up: 2 comment:1 by , 14 years ago
comment:2 by , 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 , 13 years ago
Thanks for your work.
I tested with o26029 and the problem still exists. I add a test file.
comment:5 by , 13 years ago
Description: | modified (diff) |
---|---|
Summary: | teraccer: deletes addr node without copying any data → terracer: deletes addr node without copying any data |
typo
follow-up: 7 comment:6 by , 12 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)
follow-ups: 9 13 comment:7 by , 12 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:
- select a building and a addr node
- terrace
- the node is deleted and
- if the node was part of the building no housenumber is added (number 14).
- 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.
- Even after [o29037], if you check create associatedStreet relation, a new relation is created.
- 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:9 by , 12 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.
follow-up: 14 comment:12 by , 12 years ago
Can you try version [o29047] with JOSM r5613 tomorrow ? Thanks.
comment:13 by , 12 years ago
comment:14 by , 12 years ago
Priority: | blocker → normal |
---|
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 foraddr:street=
even if the relation also contains anaddr: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.
Do you mean the case when the addressing node is a part of the way that is the outline of the building?