Ignore:
Timestamp:
2011-08-30T10:57:57+02:00 (13 years ago)
Author:
bastiK
Message:

applied #6753 - enhance project Lambert CC 9 zones (patch by pieren)

File:
1 edited

Legend:

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

    r4288 r4382  
    6565    }
    6666
    67     @Override 
     67    @Override
    6868    public String toString() {
    6969        return tr("Lambert CC9 Zone (France)");
     
    9797        double medLatZone = cMinLatZonesDegree + (layoutZone+1);
    9898        return new Bounds(
    99                 new LatLon(Math.max(medLatZone - 1.0 - cMaxOverlappingZones, cMinLatZonesDegree), -4.9),
     99                new LatLon(Math.max(medLatZone - 1.0 - cMaxOverlappingZones, cMinLatZonesDegree), -5.5),
    100100                new LatLon(Math.min(medLatZone + 1.0 + cMaxOverlappingZones, Math.toDegrees(cMaxLatZonesRadian)), 10.2));
    101101    }
Note: See TracChangeset for help on using the changeset viewer.