mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-04 21:58:18 +02:00
Added the interactive user interface made
This commit is contained in:
@@ -47,7 +47,10 @@ if ($service == 'html'):
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
<p>
|
||||
This server distributes maps to desktop, web, and mobile applications.
|
||||
|
Reference in New Issue
Block a user