Co-Ord Conversion Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
mchaggis
Forum Contributor
Posts: 150
Joined: Mon Mar 24, 2003 10:31 am
Location: UK

Co-Ord Conversion Problem

Post by mchaggis »

Hi,

Sorry if this is the wrong place to post this... But...

I am currently trying 2 find out a way of converting Lambert co-ordinates to and from lat/Long for a site I am developing.

I used to use a class library called CoCo that I converted from a Perl module I found on the web, but this only dealt with UK OS Grid to/from Lat/long.

I have found the odd site that seems to detail equations for do this, but my maths is not really up to the level need to put this into php code? :(

Any help, as I am sure that I am not the first to need to do this???
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Toss up the link, we may be able to help convert the math bits.
Post Reply