> Here is the proxy server script that I'm using to get the altitude > from the USGS at the mouse click on the google map, not sure why but > it is returning a "NaN" value when I run it.
It's not the PHP that returns a NaN value, it's the javascript when it tries to digest what it's been served. That is truly not a number, though! Try accessing the URL directly - https://webdisk.ucalgary.ca/~snaqvi/public_html/images/Project/altitude.php?lat=44.09153051045218&lng=-78.8873291015625 Your php script isn't running, it's getting output as text. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
