Changeset 26509 in osm for applications/editors/josm/plugins/waydownloader/src
- Timestamp:
- 2011-08-11T00:45:56+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java
r23191 r26509 273 273 } 274 274 275 /** Given the thenode on one end of the way, return the node on the other end */275 /** Given the node on one end of the way, return the node on the other end */ 276 276 private Node findOtherEnd(Way way, Node firstEnd) { 277 277 Node otherEnd = way.firstNode();
Note:
See TracChangeset
for help on using the changeset viewer.