Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in C:\xampp\htdocs\tileproxy_a\tilefromsource.php on line 336
Getting a tile from a specified source
Usage:
php tilefromsource.php -z(int)tile_ZOOM -x(int)tile_X -y(int)tile_Y -r(str)MapName [--maxTry=(int)N] [--tryTimeout=(int)Sec] [--checkonly] [--options=(json){'key':value}]
or
php tilefromsource.php -r(str)MapName --checkonly
Example:
php tilefromsource.php -z13 -x5204 -y2908 -rOpenTopoMap --maxTry=5 --tryTimeout=30 --checkonly