In my app I use a specific framework with Low-level methods that converts projected coordinates back to longitude and latitude from crs
WGS84
.
However, I then need to re-project these absolute values of the point with GeographicLib
.
How can I take the given absolute lat long and project it to the crs
wgs84
?