-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtiles.html
More file actions
25 lines (25 loc) · 990 Bytes
/
tiles.html
File metadata and controls
25 lines (25 loc) · 990 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="https://openlayers.org/favicon.ico" />
<style>
.map {
width: 100%;
height: 700px;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MapServer Tiles Mode</title>
<script type="module" crossorigin src="./assets/tiles-BkNB1Gg0.js"></script>
<link rel="modulepreload" crossorigin href="./assets/modulepreload-polyfill-B5Qt9EMX.js">
<link rel="modulepreload" crossorigin href="./assets/Layer-eASHzlz-.js">
<link rel="modulepreload" crossorigin href="./assets/TileProperty-BNZ7Zwkk.js">
<link rel="modulepreload" crossorigin href="./assets/Tile-Y2pTeKLg.js">
<link rel="stylesheet" crossorigin href="./assets/Layer-BtPuoxOl.css">
<link rel="stylesheet" crossorigin href="./assets/style-CbnTzL8_.css">
</head>
<body>
<div id="map" class="map"></div>
</body>
</html>