Ignore:
Timestamp:
2012-11-02T23:39:14+01:00 (11 years ago)
Author:
bastiK
Message:

expose objects for plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java

    r5551 r5553  
    6666
    6767    // some ProjectionChoices that are referenced from other parts of the code
    68     public static final ProjectionChoice wgs84, mercator, lambert;
     68    public static final ProjectionChoice wgs84, mercator, lambert, utm_france_dom, lambert_cc9;
    6969
    7070    static {
     
    168168         * @author Pieren
    169169         */
    170         registerProjectionChoice(new LambertCC9ZonesProjectionChoice());                            // FR
     170        registerProjectionChoice(lambert_cc9 = new LambertCC9ZonesProjectionChoice());                            // FR
    171171        /**
    172172         * French departements in the Caribbean Sea and Indian Ocean.
     
    174174         * Using the UTM transvers Mercator projection and specific geodesic settings.
    175175         */
    176         registerProjectionChoice(new UTM_France_DOM_ProjectionChoice());                            // FR
     176        registerProjectionChoice(utm_france_dom = new UTM_France_DOM_ProjectionChoice());                            // FR
    177177
    178178        /**
Note: See TracChangeset for help on using the changeset viewer.