Changeset 33451 in osm for applications/editors/josm/plugins
- Timestamp:
- 2017-07-17T16:59:39+02:00 (8 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
r33444 r33451 162 162 SplitWayResult result = SplitWayAction.split(getLayerManager().getEditLayer(), 163 163 affected, Collections.singletonList(newStopPos), Collections.emptyList()); 164 if (result == null) //if the way is already split, return 165 return; 164 166 Main.main.undoRedo.add(result.getCommand()); 165 167
Note:
See TracChangeset
for help on using the changeset viewer.