Thanks to scai!
The code to make Mercator projection from OpenStreetMaps:
local function mercatorY(lat) local radLat = math.rad(lat) return math.deg(math.log (math.tan(radLat) + 1/math.cos(radLat))) end
Map: https://osm.org/go/0JAeZ7oTQ