-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (57 loc) · 1.48 KB
/
index.html
File metadata and controls
57 lines (57 loc) · 1.48 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>World Maps</title>
</head>
<body>
<h1>World Maps</h1>
<p>
This page shows some generated world maps with different map projections from squidworld.
</p>
<br>
<h2>EllipticalWorldMap</h2>
<br>
<img src="EllipticalWorldMap.png" alt="EllipticalWorldMap" width="2048" height="1024"/>
<br>
<h2>GlobeMap</h2>
<br>
<img src="GlobeMap.png" alt="GlobeMap" width="2048" height="2048"/>
<br>
<h2>HexagonalWorldMap</h2>
<br>
<img src="HexagonalWorldMap.png" alt="HexagonalWorldMap" width="2048" height="1024"/>
<br>
<h2>HyperellipticalWorldMap</h2>
<br>
<img src="HyperellipticalWorldMap.png" alt="HyperellipticalWorldMap" width="2048" height="1024"/>
<br>
<h2>LatLonWorldMap</h2>
<br>
<img src="LatLonWorldMap.png" alt="LatLonWorldMap" width="2048" height="1024"/>
<br>
<h2>LocalMap</h2>
<br>
<img src="LocalMap.png" alt="LocalMap" width="2048" height="2048"/>
<br>
<h2>MimicLocalMap</h2>
<br>
<img src="MimicLocalMap.png" alt="MimicLocalMap" width="256" height="256"/>
<br>
<h2>MimicWorldMap</h2>
<br>
<img src="MimicWorldMap.png" alt="MimicWorldMap" width="512" height="256"/>
<br>
<h2>RoundSideWorldMap</h2>
<br>
<img src="RoundSideWorldMap.png" alt="RoundSideWorldMap" width="2048" height="1024"/>
<br>
<h2>StretchWorldMap</h2>
<br>
<img src="StretchWorldMap.png" alt="StretchWorldMap" width="2048" height="1024"/>
<br>
<h2>TilingWorldMap</h2>
<br>
<img src="TilingWorldMap.png" alt="TilingWorldMap" width="2048" height="2048"/>
</body>
</html>