-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
48 lines (45 loc) · 2.5 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>KH Map 1999 - 說明</title>
<link rel='stylesheet' href='css/about.css'>
</head>
<body>
<div id='container'>
<header><a href='index.html'>Home</a>
</header>
<section>
<h2 class='title'>Map 1999</h2>
<p>本網站可以查詢高雄市各區域的1999市民通報專線的案件資料。以<b>Open1999派工受理案件資料</b>做為主要資料來源。</p>
<h3>操作說明</h3>
<ul>
<li>使用者選擇任一區域後,便會出現該區域1999通報案件。</li>
<li>若地圖上沒出現marker,表示該區域<b>尚未有通報案件</b>,或者是該案件<b>尚未有經緯度</b>以致還無法定位。</li>
<img class='images' src='image/map1.jpg' title='出現該區域1999通報案件'>
<img class='images' src='image/map2.jpg' title='沒有通報案件'>
</ul>
<h3>作品分享</h3>
<ul>
<li>GitHub: <a href="https://github.com/clingoram/Map1999">https://github.com/clingoram/Map1999</a></li>
<li>Demo: <a href="https://clingoram.github.io/Map1999/index.html">https://clingoram.github.io/Map1999/index.html</a></li>
<li>其他資訊:</li>
<ol>
<li><a href='https://github.com/clingoram'>GitHub</a></li>
<li><a href='https://clingoram.github.io/web/'>Blog</a></li>
</ol>
</ul>
<h3>作品聲明</h3>
<ul>
<li>網頁內容資料主要參考 <a href='http://work1999.kcg.gov.tw/list.aspx'>1999 高雄萬事通</a>以及 <a href='https://data.gov.tw/dataset/43856'>Open1999派工受理案件資料</a>所公佈之內容而建置,其內容僅供參考。更多詳細情況可至以上網站查詢,一切資訊以1999 高雄萬事通為準。</li>
</ul>
<h3>重點整理</h3>
<ul>
<li>本網站是藉由<a href="https://developers.google.com/maps/documentation/javascript/3.exp/reference">Google Maps JavaScript API</a> 的地圖服務,以及Open1999派工受理案件的資料所實作出的地圖!</li>
<li>基本上是用 Google Maps API內的: Map、Infowindow、Marker還有ajax JSON所創造而成的。</li>
</ul>
</section>
</div>
</body>
</html>