--------------------------------------------------------------------------
 PHPcoord
 readme.txt
 
 (c) 2005 Jonathan Stott
 
 Created on 11-Aug-2005
 
 1.0 - 11 Aug 2005
  - Initial version
--------------------------------------------------------------------------

PHPcoord is a PHP script that provides functions for handling varioud
co-ordinate systems and converting between them. Currently, OSGB (Ordnance
Survey of Great Britain) grid references, UTM (Universal Transverse
Mercator) references and latitude/longitude are supported. A function is 
also provided to find the surface distance between two points of latitude
and longitude.

Examples of how to use the functions provided in phpcoord.php can be
found in test.php.

See http://www.jstott.me.uk/phpcoord/ for latest releases and information.


LICENSING

This software product is available under the GNU General Public License
(GPL). Terms of the GPL can be read at http://www.jstott.me.uk/gpl/.
Any commercial use requires the purchase of a license - contact me at
phpcoord@jstott.me.uk for details.