Beispiel #1
0
function mergLng($lng, $zoom)
{
    $f = GEO_TILE_SIZE * pow(2, $zoom);
    return (Geo::mercatorLng($lng) + M_PI) / GEO_2_PI * $f;
}