Changeset 34339 in osm for applications/editors/josm/plugins
- Timestamp:
- 2018-06-22T22:44:18+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/NanoLog/src/nanolog/Correlator.java
r33788 r34339 130 130 Integer direction = null; 131 131 if (prevWp != null) { 132 direction = Long.valueOf(Math.round(180.0 / Math.PI * prevWp.getCoor().heading(curWp.getCoor()))).intValue();132 direction = Long.valueOf(Math.round(180.0 / Math.PI * -prevWp.getCoor().bearing(curWp.getCoor()))).intValue(); 133 133 } 134 134
Note:
See TracChangeset
for help on using the changeset viewer.