Changeset 9062 in josm for trunk/src/org/openstreetmap/josm/actions/JoinAreasAction.java
- Timestamp:
- 2015-11-25T01:21:14+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/JoinAreasAction.java
r8955 r9062 768 768 private List<WayInPolygon> markWayInsideSide(List<Way> parts, boolean isInner) { 769 769 770 List<WayInPolygon> result = new ArrayList<>();771 772 770 //prepare next map 773 771 Map<Way, Way> nextWayMap = new HashMap<>(); … … 854 852 Way curWay = topWay; 855 853 boolean curWayInsideToTheRight = wayClockwise ^ isInner; 854 List<WayInPolygon> result = new ArrayList<>(); 856 855 857 856 //iterate till full circle is reached
Note:
See TracChangeset
for help on using the changeset viewer.
