Opened 2 years ago
Last modified 7 months ago
#6178 new defect
terracer: deletes addr node without copying any data
| Reported by: | skyper | Owned by: | zerebubuth@… |
|---|---|---|---|
| Priority: | normal | 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)
Change History (15)
comment:1 follow-up: ↓ 2 Changed 2 years ago by kachkaev
comment:2 in reply to: ↑ 1 Changed 2 years ago by skyper
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 Changed 2 years ago by skyper
Thanks for your work.
I tested with o26029 and the problem still exists. I add a test file.
comment:4 Changed 18 months ago by skyper
- Description modified (diff)
still no answer on a blocker !!!
comment:5 Changed 18 months ago by skyper
- Description modified (diff)
- Summary changed from teraccer: deletes addr node without copying any data to terracer: deletes addr node without copying any data
typo
comment:6 follow-up: ↓ 7 Changed 7 months ago by 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)
comment:7 in reply to: ↑ 6 ; follow-ups: ↓ 9 ↓ 13 Changed 7 months ago by skyper
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:8 Changed 7 months ago by Don-vip
ok thanks for the description, I'll try to fix both tickets :)
comment:9 in reply to: ↑ 7 Changed 7 months ago by skyper
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 Changed 7 months ago by Don-vip
In 5612/josm:
comment:11 Changed 7 months ago by Don-vip
In 5613/josm:
comment:12 follow-up: ↓ 14 Changed 7 months ago by Don-vip
comment:13 in reply to: ↑ 7 Changed 7 months ago by Don-vip
comment:14 in reply to: ↑ 12 Changed 7 months ago by skyper
- Priority changed from blocker to 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 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.
EDIT:
- think if the nodes are already part of the relation, the ways should always be added to the relation despite of the chechbox.



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