Changeset 9106 in josm
- Timestamp:
- 2015-12-13T01:12:02+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
r9105 r9106 391 391 return parseToWGS84(towgs84, ellps); 392 392 393 if (parameters.containsKey(Param.no_defs.key)) 394 throw new ProjectionConfigurationException(tr("Datum required (+datum=*, +towgs84=* or +nadgrids=*)")); 395 return new CentricDatum(null, null, ellps); 393 return new NullDatum(null, ellps); 396 394 } 397 395
Note:
See TracChangeset
for help on using the changeset viewer.