Ignore:
Timestamp:
2006-03-14T01:47:55+01:00 (19 years ago)
Author:
imi
Message:
  • implemented 0.3 API
  • enabled upload of ways
  • switched to MinML (GPX still uses JDOM)
  • changed assumed server precision to 10-12 (was 10-13)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/data/projection/Projection.java

    r51 r58  
    1313        public static double MAX_LAT = 85;
    1414        public static double MAX_LON = 180;
    15         public static final double MAX_SERVER_PRECISION = 1e13;
     15        public static final double MAX_SERVER_PRECISION = 1e12;
    1616       
    1717        /**
Note: See TracChangeset for help on using the changeset viewer.