Changeset 6388 in josm for trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
- Timestamp:
- 2013-11-15T22:19:40+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
r6310 r6388 278 278 } 279 279 if (parameters.containsKey(Param.no_defs.key)) 280 throw new ProjectionConfigurationException(tr("Datum required (+datum=*, +towgs84=* or +nadg irds=*)"));280 throw new ProjectionConfigurationException(tr("Datum required (+datum=*, +towgs84=* or +nadgrids=*)")); 281 281 return new CentricDatum(null, null, ellps); 282 282 }
Note:
See TracChangeset
for help on using the changeset viewer.