Changeset 10181 in josm for trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
- Timestamp:
- 2016-05-11T04:44:00+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
r10001 r10181 249 249 if (zone == null || zone < 1 || zone > 60) 250 250 throw new ProjectionConfigurationException(tr("Expected integer value in range 1-60 for ''+zone=...'' parameter.")); 251 this.lon0 = 6 * zone - 183; 251 this.lon0 = 6d * zone - 183d; 252 252 this.k0 = 0.9996; 253 253 this.x0 = 500000;
Note:
See TracChangeset
for help on using the changeset viewer.
