-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 783 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>Smukfest Maptiler</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://cdn.klokantech.com/tileviewer/v1/index.css" type="text/css"/>
<script src="https://cdn.klokantech.com/tileviewer/v1/index.js"></script>
</head>
<body>
<script type="text/javascript">
// var GOOGLEMAPS_KEY = 'YOUR-API-KEY';
var data = {
"name": "Smukfest Maptiler",
"version": "1.0.0",
"description": "",
"type": "overlay",
"format": "png",
"minzoom": "12",
"maxzoom": "19",
"bounds": "9.85354510,56.00002617,9.96216247,56.03989772",
"scale": "2.000000",
"profile": "mercator"
};
tileserver(data);
</script>
</body>
</html>