Changeset 12581 in josm for trunk/src/org/openstreetmap/josm/actions/mapmode/ParallelWayAction.java
- Timestamp:
- 2017-08-08T15:13:27+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/ParallelWayAction.java
r12517 r12581 53 53 import org.openstreetmap.josm.tools.Shortcut; 54 54 55 //// TODO: (list below) 56 /* == Functionality == 55 /** 56 * MapMode for making parallel ways. 57 * 58 * All calculations are done in projected coordinates. 59 * 60 * TODO: 61 * == Functionality == 57 62 * 58 63 * 1. Use selected nodes as split points for the selected ways. … … 81 86 * Current code doesn't not take into account that ways might been highlighted 82 87 * by other than us. Don't think that situation should ever happen though. 83 */84 85 /**86 * MapMode for making parallel ways.87 *88 * All calculations are done in projected coordinates.89 88 * 90 89 * @author Ole Jørgen Brønner (olejorgenb)
Note:
See TracChangeset
for help on using the changeset viewer.
