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?