Changeset 2699 in josm for trunk/src/org/openstreetmap/josm/data/projection
- Timestamp:
- 2009-12-29T06:25:40+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/Projection.java
r2612 r2699 13 13 */ 14 14 public interface Projection { 15 /**16 * Minimum difference in location to not be represented as the same position.17 * The API returns 7 decimals.18 */19 public static final double MAX_SERVER_PRECISION = 5e-8;20 21 15 /** 22 16 * List of all available projections.
Note:
See TracChangeset
for help on using the changeset viewer.