1
0
mirror of https://github.com/klokantech/tileserver-php.git synced 2025-08-04 21:58:18 +02:00

Updated default title of the page

This commit is contained in:
Petr Pridal
2016-05-04 19:19:33 +02:00
parent e4148733ed
commit f7613e04a1

View File

@@ -8,7 +8,7 @@
*/
global $config;
$config['serverTitle'] = 'TileServer-php v1';
$config['serverTitle'] = 'Maps hosted with TileServer-php v2.0';
$config['availableFormats'] = array('png', 'jpg', 'jpeg', 'gif', 'webp', 'pbf', 'hybrid');
//$config['template'] = 'template.php';
//$config['baseUrls'] = array('t0.server.com', 't1.server.com');