I get these coordinates from a weather API which is totally undocumented :
"coordinates":["2615074.270000","6050614.270000"],"zoom":1
Do you have any idea what coordinate system it represents? How can I convert it to a lat/long system?
Thank you in advance!