
Landon Silla - 2011-08-03 17:03:03
I successfully ran this class on a shp file I have. It printed out values like this:
array(2) {
["x"]=>
float(445848.380704)
["y"]=>
float(3603442.65761)
}
I would like latitude/longitude coordinates. How do I convert those numbers to lat/lon? I briefly looked into just scaling them, but that didn't really work.
Can somebody help me with this?