- Timestamp:
- 2012-11-02T23:39:14+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java
r5551 r5553 66 66 67 67 // 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; 69 69 70 70 static { … … 168 168 * @author Pieren 169 169 */ 170 registerProjectionChoice( new LambertCC9ZonesProjectionChoice()); // FR170 registerProjectionChoice(lambert_cc9 = new LambertCC9ZonesProjectionChoice()); // FR 171 171 /** 172 172 * French departements in the Caribbean Sea and Indian Ocean. … … 174 174 * Using the UTM transvers Mercator projection and specific geodesic settings. 175 175 */ 176 registerProjectionChoice( new UTM_France_DOM_ProjectionChoice()); // FR176 registerProjectionChoice(utm_france_dom = new UTM_France_DOM_ProjectionChoice()); // FR 177 177 178 178 /**
Note:
See TracChangeset
for help on using the changeset viewer.