Ignore:
Timestamp:
2012-05-12T19:11:58+02:00 (12 years ago)
Author:
bastiK
Message:

no rounding for projection bounds, to avoid 42 being dispayed as 41.99999999999

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/LatLon.java

    r4869 r5235  
    4545        // a comma separated list of coordinates.
    4646        cDdFormatter = (DecimalFormat) NumberFormat.getInstance(Locale.UK);
    47         cDdFormatter.applyPattern("###0.0000000");
     47        cDdFormatter.applyPattern("###0.0######");
    4848    }
    4949
Note: See TracChangeset for help on using the changeset viewer.