示例#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);
}