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:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user