79455441

Date: 2025-02-20 18:06:07
Score: 2
Natty:
Report link

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

osm right projection

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: darkfrei