Ignore:
Timestamp:
25.01.2010 15:30:51 (2 years ago)
Author:
bastiK
Message:

Made the bbox display in the 'Bookmarks' tab of the download dialog copy/selectable. (To be used for xapi request and similar)

File:
1 edited

Legend:

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

    r2845 r2891  
    3434    private static DecimalFormat cDmsMinuteFormatter = new DecimalFormat("00"); 
    3535    private static DecimalFormat cDmsSecondFormatter = new DecimalFormat("00.0"); 
    36     private static DecimalFormat cDdFormatter = new DecimalFormat("###0.0000"); 
     36    private static DecimalFormat cDdFormatter = new DecimalFormat("###0.00000"); 
    3737 
    3838    /** 
     
    5656    } 
    5757 
     58    /** 
     59     * Replies the coordinate in degrees/minutes/seconds format 
     60     */ 
    5861    public static String dms(double pCoordinate) { 
    5962 
Note: See TracChangeset for help on using the changeset viewer.