Ignore:
Timestamp:
2006-03-28T23:37:37+02:00 (18 years ago)
Author:
imi
Message:

changed Preferences system to more flexible one.

File:
1 edited

Legend:

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

    r71 r74  
    1515        public static double MAX_LON = 180;
    1616        public static final double MAX_SERVER_PRECISION = 1e12;
     17
     18        /**
     19         * List of all available Projections.
     20         */
     21        public static final Projection[] allProjections = new Projection[]{
     22                new Epsg4263(),
     23                new Mercator()
     24        };
    1725       
    1826        /**
Note: See TracChangeset for help on using the changeset viewer.