Pin map not showing up

Hi,
I am trying to use the Pin Map and have created a query with a limit of 10 rows and the following format : Customer name, Longitude, Latitude. Like exemple below :
AAAA,5741792.37000167° N,548331.69234429° E
Both Longitude and Latitude comes from table with Longitude and Latitude data type.
In tab view, I can see the 10 rows with the data.
In Pin Map view, I only see an empty world map.
Is my query wrong or is it a data format issue ?
Thanks

Hi @cpsolutions
The decimal pointer is off. 57.41 would make sense. So I guess the data is off.

thanks @flamber, it seems to be the problem. Now I need to figure out how to find the right conversion since I get these coordinate directly from the ERP.
Thanks