Changes for version 0.04 - 2003-02-18
- Documentation revised once again.
- Added reg_unit() for adding your own unit type.
- find_closest has been overhauled:
- Now accepts more than one field in the field=>'' parameter.
- Will now return an array reference of distances instead of attaching the distances to the locations array ref
- A little more effecient.
- Now accepts a count argument.
- Accepts an array reference for searching. Mostly good for testing, but who knows?
- Removed geo_ portion of names for exported functions.
- Removed some of the input checking. Just not necessary.
- Enhanced tests. Now we're actually doing some real testing. Need more tests tho.
Changes for version 0.04 - 2009-06-29
- Fixed for latest Moose.
- Fixed for latest Class::Measure.
Modules
Calculate geographic distances.
Base class for all the GIS::Distance::Formula:: classes.
Cosine distance calculations.
Geo::Ellipsoid distance calculations.
Great circle distance calculations. (BROKEN)
Exact spherical distance calculations.
Great cirlce distance calculations using Math::Trig.
Polar coordinate flat-earth distance calculations. (BROKEN)
Thaddeus Vincenty distance calculations.