Changeset 8608 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2015-07-20T23:31:22+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
r8584 r8608 36 36 public class CustomProjection extends AbstractProjection { 37 37 38 private static final double METER_PER_UNIT_DEGREE = 2 * Math.PI * 6370997 / 360; 38 39 private static final Map<String, Double> UNITS_TO_METERS = getUnitsToMeters(); 39 private static final double METER_PER_UNIT_DEGREE = 2 * Math.PI * 6370997 / 360;40 40 41 41 /**
Note:
See TracChangeset
for help on using the changeset viewer.