Changeset 20674 in osm
- Timestamp:
- 2010-03-26T07:36:10+01:00 (15 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/src/public_transport/RoutePatternAction.java
r20673 r20674 1882 1882 { 1883 1883 Node currentNode = nodeIter.next(); 1884 if (!currentNode.isUsable()) 1885 continue; 1884 1886 if (stopValue.equals(currentNode.get(stopKey))) 1885 1887 {
Note:
See TracChangeset
for help on using the changeset viewer.