Changeset 3676 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2010-11-26T21:15:52+01:00 (13 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.