diff --git a/index.html b/index.html index c56bb9f..2015018 100755 --- a/index.html +++ b/index.html @@ -49,6 +49,14 @@ border-top: 14px solid #555; z-index: 1; } + + .link { + white-space: pre-line; + border: dotted 2px skyblue; + margin: 20px; + padding: 10px; + font-size: 16px; line-height: 2; color: blue; + } .popup p { margin: 0; @@ -57,29 +65,31 @@ </style> </head> <body onload='loadMap();'> - <div id="wrap"> - <div class="header"> - <H1>PLATEAU OSMデータ</H1> - <div id='map'></div> - </div> - - <div id="inner"> - <div> - <table> - <caption>PLATEAU 作業対象リスト</caption> - <thead> - <tr> - <th>code</th> - <th>地区名</th> - <th>フォルダ名</th> - </tr> - </thead> - <tbody id="data_list"></tbody> - </table> - </div> - <div><a href="site-policy.html">サイト利用規約</a></div> - <div class="clear"><hr /></div> - </div> + <div id="wrap"> + <div class="header"> + <H1>PLATEAU OSMデータ</H1> + <div id='map'></div> + </div> +<div id="inner"> + <div class='link'><p class='plane'>PLATEAU「<a href="https://www.geospatial.jp/ckan/dataset/plateau">3D都市モデル</a>」を参照して OpenStreetMapを編集する方法は「'<a href="http://surveyor.mydns.jp/task-bldg/">task-bldg</a>'」で説明しています。 + OpenStreetMapへの編集は「'<a href="http://surveyor.mydns.jp/task-bldg/">task-bldg</a>'」にて「作業登録」を行って編集してください。</p></div> + + <div> + <table> + <caption>PLATEAU 作業対象リスト</caption> + <thead> + <tr> + <th>code</th> + <th>地区名</th> + <th>フォルダ名</th> + </tr> + </thead> + <tbody id="data_list"></tbody> + </table> + </div> + <div><a href="site-policy.html">サイト利用規約</a></div> + <div class="clear"><hr /></div> +</div> </div> <script src="lib/jquery-2.1.1.min.js"></script> <script> diff --git a/site-policy.html b/site-policy.html index b8be571..7a2cf4f 100644 --- a/site-policy.html +++ b/site-policy.html @@ -13,9 +13,7 @@ margin: 20px; padding: 10px; } - </style> - </head> <body>