-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsld.html
More file actions
25 lines (25 loc) · 890 Bytes
/
sld.html
File metadata and controls
25 lines (25 loc) · 890 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>SLD - Styled Layer Descriptor</title>
<script type="module" crossorigin src="./assets/sld-BrwdplhB.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/Image-BgtR5omk.js">
<link rel="stylesheet" crossorigin href="./assets/Layer-BtPuoxOl.css">
</head>
<body>
<div id="map" class="map"></div>
Legend:
<div><img id="legend" /></div>
</body>
</html>