Changeset 367
- Timestamp:
- 09/02/08 14:31:07 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/geowebcache/src/main/java/org/geowebcache/layer/GridCalculator.java
r348 r367 33 33 // The following are created to save memory. 34 34 // Note that they can be modified by external code -> not 100% safe! 35 pr otectedfinal static double[] RESOLUTIONS4326 =35 private final static double[] RESOLUTIONS4326 = 36 36 GridCalculator.getResolutionArray(180.0, TILEPIXELS, 26); 37 37 38 pr otectedfinal static double[] RESOLUTIONS900913 =38 private final static double[] RESOLUTIONS900913 = 39 39 GridCalculator.getResolutionArray(20037508.34*2,TILEPIXELS, 26); 40 40
