Is there a way to always get Decimal Degrees with MapUtil.ToWorldCoordinate?
When map Units are set to decimal degree SRID 4326 I can get decimal degrees from this function as desired.
But when in mercator projection SRID 3395 in Meter, I always get meter values from this function. But they do not appear to be Northing, Easting Values, so I am not sure how to convert to Degrees.
To make my solution work I either need an option for decimal degrees always from this function or a way to use mercator with Degrees and not meters which does not appear to be a valid choice with Proj.
I tried to use Proj convert string as per: https://proj.org/operations/conversions/unitconvert.html
But it does not seem to be supported with the wrapped version of the library in thinkGeo dependencies.