Breaking Changes:
- The constructor of datums like
Tokyo::new()
now returnsResult
.
Added:
- Made
ECEF
andEllipsoid
public.
Breaking Changes:
- Removed crate level functions
from_jgd2000()
,from_tokyo()
andfrom_tokyo97()
. Use constructors likeTokyo::new()
instead. LatLon::from_dms()
is replaced toLatLon<Dms>::to_degrees()
.LatLon
functionsfrom_secs()
,from_milli_secs()
andfrom_micro_secs()
are replaced toLatLon::map()
and operatorions like/ 3600
.- Changed
LatLon
andDms
to tuple structs.
Initial release.