Changeset 846 in josm
- Timestamp:
- 2008-08-22T21:48:19+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java
r773 r846 97 97 if (w.deleted || w.incomplete) continue; 98 98 int last = w.nodes.size()-1; 99 if(last <= 0) continue; // zero or one node ways 99 100 Boolean circular = w.nodes.get(0).equals(w.nodes.get(last)); 100 101 int i = 0;
Note:
See TracChangeset
for help on using the changeset viewer.