-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·48 lines (41 loc) · 3.68 KB
/
index.html
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
<html>
<head>
<title>Geo2Geo: แผนที่เรขาคณิต</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- for Google -->
<meta name="description" content="คลิกบนแผนที่เพื่อเปลี่ยนรูปทรงของจังหวัดเป็นรูปร่างต่าง ๆ โดยขนาดวงกลมแทนพื้นที่จังหวัด และรูปหกเหลี่ยมมีขนาดคงที่เพื่อแสดงให้เห็นทุกจังหวัดเท่า ๆ กัน" />
<meta name="keywords" content="map, visualization, choropleth, thailand, thai, geometric, แผนที่, ไทย, เรขาคณิต" />
<meta name="author" content="Boonmee Lab" />
<!-- for Facebook -->
<meta property="og:title" content="Geo2Geo: แผนที่เรขาคณิต" />
<meta property="og:type" content="article" />
<meta property="og:image" content="http://puripant.github.io/geo2geo/thumbnail.png" />
<meta property="og:url" content="http://puripant.github.io/geo2geo/" />
<meta property="og:description" content="คลิกบนแผนที่เพื่อเปลี่ยนรูปทรงของจังหวัดเป็นรูปร่างต่าง ๆ โดยขนาดวงกลมแทนพื้นที่จังหวัด และรูปหกเหลี่ยมมีขนาดคงที่เพื่อแสดงให้เห็นทุกจังหวัดเท่า ๆ กัน" />
<!-- for Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Geo2Geo: แผนที่เรขาคณิต" />
<meta name="twitter:description" content="คลิกบนแผนที่เพื่อเปลี่ยนรูปทรงของจังหวัดเป็นรูปร่างต่าง ๆ โดยขนาดวงกลมแทนพื้นที่จังหวัด และรูปหกเหลี่ยมมีขนาดคงที่เพื่อแสดงให้เห็นทุกจังหวัดเท่า ๆ กัน" />
<meta name="twitter:image" content="http://puripant.github.io/geo2geo/thumbnail.png" />
<!-- <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10/semantic.min.css"> -->
<link href="main.css" rel="stylesheet">
</head>
<body>
<div class="desc">
คลิกบนแผนที่เพื่อเปลี่ยนรูปทรงของจังหวัดเป็นรูปร่างต่าง ๆ<br />
โดยขนาดวงกลมแทนพื้นที่จังหวัด และรูปหกเหลี่ยมมีขนาดคงที่<br />
เพื่อแสดงให้เห็นทุกจังหวัดเท่า ๆ กัน<br />
(<a href="http://puripant.github.io/thailand-hex-map/">สร้างแผนที่ประเทศไทยหกเหลี่ยมด้วยตัวเองได้ที่นี่</a>)
</div>
<div id="result"></div>
<div class="credit">
สร้างสรรค์โดย
<div class="logo boonmeelab"><a href="https://www.facebook.com/BoonmeeLab/"><span></span></a></div>
</div>
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
<script src="https://unpkg.com/topojson@3"></script>
<script src="https://unpkg.com/flubber@0.3.0"></script>
<script src="main.js"></script>
</body>
</html>