Open source PHP function for converting UTM coordinates to latitude and longitude?

后端 未结 8 1664
别那么骄傲
别那么骄傲 2020-12-16 04:53

I\'m making a PHP application involving Google Maps. Maps only accepts lat&lng pairs, and the data I want to display comes only with UTM style coordinat

8条回答
  •  [愿得一人]
    2020-12-16 05:34

    I've found sort of a dirty class that does the job. By dirty I mean that the function names are wonky and the code isn't very prettily formatted, but it does indeed do the job.

    • gPoint.php - by Brenor Brophy

    I'll be sure to update this answer if I find any better classes

提交回复
热议问题