Modify ↓
Opened 10 years ago
Last modified 7 years ago
#11402 new defect
Tracer2 - always create new nodes when fix buildings [patch]
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin tracer2 | Version: | |
Keywords: | Cc: |
Description
When I click on any bulding to fix geometry tracer2 replace all nodes and dont use nodes created earlier.
Example: http://osm.mapki.com/history/way.php?id=340072995
https://github.com/openstreetmap/josm-plugins/blob/master/tracer2/src/org/openstreetmap/josm/plugins/tracer2/ConnectWays.java#L178 - algorithm doesnt use the old nodes...
Attachments (2)
Change History (4)
by , 7 years ago
Attachment: | README.patch added |
---|
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Summary: | Tracer2 - always create new nodes when fix buildings → Tracer2 - always create new nodes when fix buildings [patch] |
---|
by , 7 years ago
Attachment: | ConnectWays.java.patch added |
---|
Note:
See TracTickets
for help on using tickets.
I fixed this using the code from the utilsplugin2 plugin. When we improve an existing building we use old nodes.