views:

343

answers:

1

Is there a way to convert UTM to Lat/Long in Javascript? I have seen another thread on this but it was in Java and Python which won't help me much. Please let me know, thanks.

A: 

Check here:

http://stackoverflow.com/questions/343865/how-to-convert-from-utm-to-latlng-in-python-or-javascript

Luis
There was a link on that post to a website that does the conversion using javascript that I was able to use. Thank you
Josh