Changeset 33435 in osm for applications/editors/josm/plugins/pt_assistant/src
- Timestamp:
- 2017-07-10T12:58:28+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/actions/AddStopPositionAction.java
r33429 r33435 135 135 //join the node to the way only if the node is new 136 136 if (newNode) { 137 JoinNodeWayAction joinNodeWayAction = JoinNodeWayAction.create JoinNodeToWayAction();137 JoinNodeWayAction joinNodeWayAction = JoinNodeWayAction.createMoveNodeOntoWayAction(); 138 138 joinNodeWayAction.actionPerformed(null); 139 139 }
Note:
See TracChangeset
for help on using the changeset viewer.