Hello
I have this code:
<?php
$xtile = floor(((37.739658 + 180) / 360) * pow(2, 3200));
echo $xtile;
i need to echo the value of $xtile but it always returns INF, i can do this in JavaScript but for some reason im not being able to do this via PHP
Thanks
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.