Ignore:
Timestamp:
2006-04-01T13:01:41+02:00 (18 years ago)
Author:
imi
Message:
  • added more context menu items to layer list
  • added GPX export (raw gps and osm)
File:
1 edited

Legend:

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

    r74 r78  
    1212public interface Projection {
    1313
    14         public static double MAX_LAT = 85;
     14        public static double MAX_LAT = 85.05112877980659; // Mercator squares the world
    1515        public static double MAX_LON = 180;
    1616        public static final double MAX_SERVER_PRECISION = 1e12;
Note: See TracChangeset for help on using the changeset viewer.