Changeset 35978 in osm for applications/editors/josm/plugins/NanoLog/src/nanolog
- Timestamp:
- 2022-06-15T20:10:48+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/NanoLog/src/nanolog/Correlator.java
r35221 r35978 131 131 Integer direction = null; 132 132 if (prevWp != null) { 133 direction = Long.valueOf(Math.round(180.0 / Math.PI * -prevWp. getCoor().bearing(curWp.getCoor()))).intValue();133 direction = Long.valueOf(Math.round(180.0 / Math.PI * -prevWp.bearing(curWp))).intValue(); 134 134 } 135 135
Note:
See TracChangeset
for help on using the changeset viewer.