Changeset 387 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2007-10-14T21:03:25+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r386 r387 99 99 // Insert the node into all the nearby way segments 100 100 List<WaySegment> wss = Main.map.mapView.getNearestWaySegments(e.getPoint()); 101 System.out.println(wss);102 101 Map<Way, List<Integer>> insertPoints = new HashMap<Way, List<Integer>>(); 103 102 for (WaySegment ws : wss) {
Note:
See TracChangeset
for help on using the changeset viewer.