Ignore:
Timestamp:
2006-03-28T17:45:45+02:00 (18 years ago)
Author:
imi
Message:

fixed bug where lat/lon was exchanged in download dialog and quick fix for Java6 - gui problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/data/Bounds.java

    r71 r73  
    3434                max = new LatLon(Projection.MAX_LAT, Projection.MAX_LON);
    3535        }
     36       
     37        @Override
     38        public String toString() {
     39                return "Bounds["+min.lat()+","+min.lon()+","+max.lat()+","+max.lon()+"]";
     40        }
    3641}
Note: See TracChangeset for help on using the changeset viewer.