Changeset 23773 in osm for applications/editors
- Timestamp:
- 2010-10-23T21:42:38+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/multipoly/src/multipoly/Multipolygon.java
r23771 r23773 244 244 innerCandidates.add(innerWay); 245 245 } 246 else 246 else if (innerInside == Intersection.CROSSING) 247 247 { 248 248 //ways intersect
Note:
See TracChangeset
for help on using the changeset viewer.