Ignore:
Timestamp:
2009-07-22T20:33:41+02:00 (15 years ago)
Author:
stoecker
Message:

some projection and zoom cleanups - projection classes still need better handling of outside-world coordinates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/SwissGrid.java

    r1724 r1823  
    101101    }
    102102
    103     public ProjectionBounds getWorldBounds()
    104     {
    105         Bounds b = getWorldBoundsLatLon();
    106         return new ProjectionBounds(latlon2eastNorth(b.min), latlon2eastNorth(b.max));
    107     }
    108 
    109103    public Bounds getWorldBoundsLatLon()
    110104    {
Note: See TracChangeset for help on using the changeset viewer.