Changeset 34869 in osm for applications/editors/josm/plugins/download_along/src/org
- Timestamp:
- 2019-01-28T10:40:14+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlongWayAction.java
r34838 r34869 87 87 * takes ages. 88 88 */ 89 LatLon previous = null;90 89 for (Way way : selectedWays) { 90 LatLon previous = null; 91 91 for (Node p : way.getNodes()) { 92 92 LatLon c = p.getCoor();
Note:
See TracChangeset
for help on using the changeset viewer.