Ignore:
Timestamp:
2007-10-14T21:02:49+02:00 (17 years ago)
Author:
gebner
Message:

Allow splitting multiple way segments connecting the same nodes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java

    r375 r386  
    9999                                // Insert the node into all the nearby way segments
    100100                                List<WaySegment> wss = Main.map.mapView.getNearestWaySegments(e.getPoint());
     101                                System.out.println(wss);
    101102                                Map<Way, List<Integer>> insertPoints = new HashMap<Way, List<Integer>>();
    102103                                for (WaySegment ws : wss) {
Note: See TracChangeset for help on using the changeset viewer.