-
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) · 765 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 765 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>ostrava</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": "ostrava",
"version": "1.0.0",
"description": "",
"type": "overlay",
"format": "png",
"minzoom": "15",
"maxzoom": "19",
"bounds": "18.16916807,49.82055076,18.17827137,49.82467460",
"scale": "1.000000",
"profile": "mercator"
};
tileserver(data);
</script>
</body>
</html>