Changeset 4382 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2011-08-30T10:57:57+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/LambertCC9Zones.java
r4288 r4382 65 65 } 66 66 67 @Override 67 @Override 68 68 public String toString() { 69 69 return tr("Lambert CC9 Zone (France)"); … … 97 97 double medLatZone = cMinLatZonesDegree + (layoutZone+1); 98 98 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), 100 100 new LatLon(Math.min(medLatZone + 1.0 + cMaxOverlappingZones, Math.toDegrees(cMaxLatZonesRadian)), 10.2)); 101 101 }
Note:
See TracChangeset
for help on using the changeset viewer.