- Timestamp:
- 2010-11-26T21:15:52+01:00 (15 years ago)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/org/openstreetmap/josm/data/projection/LambertEST.javar3083 r3676 113 113 { 114 114 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)); 117 117 } 118 118 119 119 public double getDefaultZoomInPPD() { 120 // TODO FIXME 121 return 0; 120 return 10; 122 121 } 123 122 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
