Changeset 8460 in josm for trunk/src/org/openstreetmap/josm/gui
- Timestamp:
- 2015-06-03T13:43:59+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/sort/RelationSortUtils.java
r7937 r8460 34 34 w.getNode(1) != null && 35 35 w.getNode(2) != null && 36 w. firstNode() == w.lastNode()) {36 w.isClosed()) { 37 37 /** do some simple determinant / cross pruduct test on the first 3 nodes 38 38 to see, if the roundabout goes clock wise or ccw */
Note:
See TracChangeset
for help on using the changeset viewer.
