Hi, I have x and y coordinates in my data, For ex : [3138850, 10047302]
To get the longitude and latitude for my maps to work, I am doing a GeoMakePoint(X_COORDINATE/100000,Y_COORDINATE/-100000). But my final point on the map is off by almost 200 miles on the map. Any suggestion or help on this?