예제 #1
0
파일: Geo.php 프로젝트: stefda/pocketsail
function mergiLng($lng, $zoom)
{
    $f = GEO_TILE_SIZE * pow(2, $zoom);
    return Geo::mercatorLngInv($lng / $f * GEO_2_PI - M_PI);
}