- Timestamp:
- 2012-04-16T19:11:32+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r5137 r5191 1391 1391 e0 = p0.east(); 1392 1392 n0 = p0.north(); 1393 buildLabelText( nearestAngle);1393 buildLabelText((nearestAngle<=180) ? nearestAngle : nearestAngle-360); 1394 1394 1395 1395 phi = (nearestAngle + activeBaseHeading) * Math.PI / 180;
Note:
See TracChangeset
for help on using the changeset viewer.