Select to view content in your preferred language

Convert WGS84 coordinates to latitude longitude

3484
0
04-12-2013 02:21 AM
IkerBerasaluce
Occasional Contributor
Hello,
I have a project in which I allow the user to input a series of coordinates, and then it highlights the resulting points and zooms into them. The user inputs the coordinates in WGS84 zone 29N format and I need to convert them to WebMercator to make my program work. As I've seen in this thread I need to use FromGeographic to convert the geographic coordinates to WebMercator, but first I need to convert my WGS84 zone 29N coordinates to latitude and longitude in order to this function to work.
So how can I make the conversión between WGS84 coordinates in zone 29N to latitude and longitude?

Thanks
0 Kudos
0 Replies