1
0
mirror of https://github.com/klokantech/tileserver-php.git synced 2025-08-04 05:37:57 +02:00

Added the interactive user interface made

This commit is contained in:
Petr Pridal
2013-08-26 15:29:59 +02:00
parent 780e1c6796
commit ff7c48f0b0

View File

@@ -47,7 +47,10 @@ if ($service == 'html'):
<head> <head>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<title><?php echo $config['serverTitle'] ?></title> <title><?php echo $config['serverTitle'] ?></title>
<html> <link rel="stylesheet" type="text/css" href="http://maptilercdn.s3.amazonaws.com/tileserver.css" />
<script src="http://maptilercdn.s3.amazonaws.com/tileserver.js"></script>
<body>
<script>tileserver(null,'<?php echo $baseUrl ?>tms','<?php echo $baseUrl ?>wmts');</script>
<h1>Welcome to <?php echo $config['serverTitle'] ?></h1> <h1>Welcome to <?php echo $config['serverTitle'] ?></h1>
<p> <p>
This server distributes maps to desktop, web, and mobile applications. This server distributes maps to desktop, web, and mobile applications.