Changeset 3676 in josm


Ignore:
Timestamp:
Nov 26, 2010 9:15:52 PM (3 years ago)
Author:
stoecker
Message:

apply #5664 - patch by verbatium - Fix Lambert EST

File:
1 edited

Legend:

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

    r3083 r3676  
    113113    { 
    114114        return new Bounds( 
    115                 new LatLon(-90.0, -180.0), 
    116                 new LatLon(90.0, 180.0)); 
     115                new LatLon(56.05, 21.64), 
     116                new LatLon(61.13, 28.58)); 
    117117    } 
    118118 
    119119    public double getDefaultZoomInPPD() { 
    120         // TODO FIXME 
    121         return 0; 
     120        return 10; 
    122121    } 
    123122} 
Note: See TracChangeset for help on using the changeset viewer.