Changeset 1583 in josm for trunk/src/org/openstreetmap/josm/data/projection
- Timestamp:
- 2009-05-07T20:00:43+02:00 (16 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/projection
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/Lambert.java
r1415 r1583 109 109 JOptionPane.showMessageDialog(Main.parent, 110 110 tr("The projection \"{0}\" is designed for\n" 111 + "latitudes between 46.1 ° and 57°only.\n"111 + "latitudes between 46.1\u00b0 and 57\u00b0 only.\n" 112 112 + "Use another projection system if you are not using\n" 113 113 + "a French WMS server.\n" -
trunk/src/org/openstreetmap/josm/data/projection/SwissGrid.java
r1582 r1583 44 44 JOptionPane.showMessageDialog(Main.parent, 45 45 tr("The projection \"{0}\" is designed for\n" 46 + "latitudes between 45.7 ' and 47.9'\n"47 + "and longitutes between 5.7 ' and 10.6'only.\n"46 + "latitudes between 45.7\u00b0 and 47.9\u00b0\n" 47 + "and longitutes between 5.7\u00b0 and 10.6\u00b0 only.\n" 48 48 + "Use another projection system if you are not working\n" 49 49 + "on a data set of Switzerland or Liechtenstein.\n"
Note:
See TracChangeset
for help on using the changeset viewer.