Ignore:
Timestamp:
2016-02-14T15:12:10+01:00 (9 years ago)
Author:
bastiK
Message:

applied #12524 - heading calculation reversed longitudes (patch by kolesar)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ColorScale.java

    r8512 r9796  
    4545        for (int i = 0; i < sc.colors.length; i++) {
    4646
    47             float angle = 4 - i / 256f * 4;
     47            float angle = i / 256f * 4;
    4848            int quadrant = (int) angle;
    4949            angle -= quadrant;
Note: See TracChangeset for help on using the changeset viewer.