标签: php latitude-longitude
我需要通过PHP函数将经度和纬度转换为Northings / Eastings。有人见过吗?我找到了这个:
https://gist.github.com/duedal/840476
但我测试了convertLatLngToUtm()函数对http://www.gridreferencefinder.com/的结果,两个结果不同,所以我猜它不能正常工作。
答案 0 :(得分:0)
看看proj4php。它应该提供任何类型的坐标转换。