Re: [PHP] Lambert's Projection and PHP

2004-09-08 Thread Michal Migurski
> I'm working with a system that draws a map from certain information. > Lambert's projection seems to suit well to our needs. ... > I found a formula explaining the projection at > http://mathworld.wolfram.com/LambertConformalConicProjection.html . > Unfortunately there is no explanation that wh

[PHP] Lambert's Projection and PHP

2004-09-08 Thread Ville Mattila
Hello, I'm working with a system that draws a map from certain information. Lambert's projection seems to suit well to our needs. Now I should generate a function that converts the lat/lon coordinates to the x,y coordinates using the Lambert's projection. As I couldn't find any ready-to-use scr