Newer
Older
leaflet_plugins / make_CMSD / maker_setumei.html
@natto natto on 17 Sep 2018 2 KB some date
<!--  index.html  -->
<html>
<head>
<meta neme="viewport" content="width-device-width">

<title>マーカーとライン</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<h1 id="marker">マーカー</h1><a href="#line">ラインはこちら</a>
<table>
<tr><th>マーカー</th><th>意味</th><th>マーカー</th><th>意味</th></tr>
<tr><td><img src="../../icon/red-icon.png" alt="masuda1_dousya.jpg" width="60" height="100"></td><td>死亡事故があった場所</td>
<td><img src="../../icon/yellow-icon.png" alt="masuda1_dousya.jpg" width="60" height="100"></td><td>死亡してはいないが事故があった場所</td></tr>
<tr><td><img src="../../icon/marker-icon.png" alt="masuda1_dousya.jpg"width="60" height="100"></td><td>事故の起きていない危険箇所</td>
<td><img src="../../icon/lightpink-icon.png" alt="masuda1_dousya.jpg" width="60" height="100"></td><td>歴史にまつわるもの(昔からある橋等)</td></tr>
<tr><td><img src="../../icon/lime-icon.png" alt="masuda1_dousya.jpg" width="60" height="100"></td><td>湧水</td>
<td><img src="../../icon/DarkSlateGray-icon.png" alt="masuda1_dousya.jpg" width="60" height="100"></td><td>水の管理(消防施設,水門等)</td></tr>
<tr><td align="center"><img src="./hinanjo.png" alt="masuda1_dousya.jpg" width="60" height="100"></td><td>避難所</td></tr></table>

<h1 id="line">ライン</h1><a href="#marker">マーカーはこちら</a>
<table>
<tr><th>ラインの色</th><th>意味</th><th>ラインの色</th><th>意味</th></tr>
<tr><td><img src="../../../bousai/ryu.png" alt="masuda1_dousya.jpg" width="60" height="100"><br>赤</td><td>流雪溝</td>
<td><img src="../../../bousai/ge.png" alt="masuda1_dousya.jpg" width="60" height="100"><br>茶</td><td>下水</td></tr>
<tr><td><img src="../../../bousai/nou.png" alt="masuda1_dousya.jpg" width="60" height="100"><br>青</td><td>農業用水</td>
<td><img src="../../../bousai/sawa.png" alt="masuda1_dousya.jpg" width="60" height="100"><br>水色</td><td>沢</td></tr>
<tr><td><img src="../../../bousai/sai.png" alt="masuda1_dousya.jpg" width="60" height="100"><br>黄緑</td><td>生活用水</td></tr>
</table>
<h2>破線は蓋の無い水路です</h2>

</body>
</html>