CINXE.COM

地図検索表示画面

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="ja"> <head> <title>地図検索表示画面</title> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Cache-Control" content="no-cache" /> <link rel="stylesheet" type="text/css" href="./css/jquery-ui-base.css"/> <link rel="stylesheet" href="./css/jquery-ui.css" type="text/css" media="all" /> <link rel="stylesheet" type="text/css" href="css/demo_table_jui.css" /> <link rel="stylesheet" type="text/css" href="./css/normalize.css" /> <link rel="stylesheet" type="text/css" href="./css/result-light.css" /> <link rel="stylesheet" type="text/css" href="./css/maplib.css" /> <link type="text/css" href="./css/jquery-ui-1.9.1.custom.css" rel="stylesheet" /> <style type="text/css"> <!-- 写真系タイルの版権表示を白色にする-->a.white { color: #ffffff; text-decoration: none; } a.white:hover { color: #0000ff; text-decoration: underline; } a.white:visited { color: #ffffff; text-decoration: none; } <!-- 地図系タイルの版権表示を黒色にする-->a.black { color: #000000; text-decoration: none; } a.black:hover { color: #0000ff; text-decoration: underline; } a.black:visited { color: #000000; text-decoration: none; } <!-- 地図拡大表示ボタンにマウスオーバーしてもデフォルトのまま-->a.fullscreen { cursor: default; } a.fullscreen:hover { cursor: default; } #pointerlink:hover { cursor: pointer; } .hokachizu { background-color: #55ccee; font-size: 14px; position: absolute; padding-bottom: 2px; padding-left: 12px; padding-top: 1px; } .hokachizu a { color: #fff; font-weight: bold; text-decoration: none; } .sizemenu { width: 50px; padding: 3px 0px 2px 5px; background-color: #ffeedd; border-top: 1px solid #ffeeee; border-right: 1px solid maroon; border-bottom: 1px solid maroon; border-left: 1px solid #ffeeee; } .selmaptitle { color: #000000; font-size: 14px; margin-bottom: 2px; font-weight: bold; } a.sel { text-decoration: none; color: #000000; cursor: default; } a:hover.sel { text-decoration: none; color: #000000; } .default_text { color: #cccccc; } @media print { .insatu { display: none; } } .sz_size_selecter { vertical-align: middle; cursor: pointer; border: 1px solid black; text-align: center; width: 40px; height: 40px; } .sz_size_list { vertical-align: middle; cursor: pointer; text-align: left; } .sz_size_list:hover { background-color: #CAFFFF; } .sz_line_width { vertical-align: middle; cursor: pointer; text-align: center; } .nobordertbl { border: none 0px; margin-left: 10px; } .nobordertbl td { border: none 0px; text-align: left; padding: 0px; } .markerImg { width: 12px; height: 12px; vertical-align: middle; } </style> <!--メイン--> <link rel="stylesheet" href="./css/cs.css" type="text/css" media="screen" charset="utf-8"></link> <link rel="stylesheet" href="./css/importmap/webtis.css" type="text/css"></link> <link rel="stylesheet" href="./css/importmap/TabbedPanels.css" type="text/css"></link> <link href="./css/pager.css" rel="stylesheet" type="text/css" /> <link href="./css/importmap/scalebar.css" rel="stylesheet" type="text/css"/> <link href="./js/leaflet-0.7.5/leaflet.css" rel="stylesheet" type="text/css"/> <link href="./js/leaflet-0.7.5/leaflet.draw.css" rel="stylesheet" type="text/css"/> <link href="./js/GSI/GSI.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" type="text/css" href="./css/gsi.css" /> <script src="./js/jquery.min.js" type="text/javascript"></script> <script src="./js/minmax-1.0.js" type="text/javascript"></script> <script src="./js/jquery-ui.min.js" type="text/javascript"></script> <script src="./js/jquery-ui-i18n.min.js" type="text/javascript"></script> <script src="./js/jquery.i18n.properties.js" type="text/javascript"></script> <!--地図表示用--> <script type="text/javascript" src="./js/leaflet-0.7.5/leaflet-src.js" charset="UTF-8"></script> <script type="text/javascript" src="./js/GSI/GSI.js" charset="UTF-8"></script> <script type="text/javascript" src="./js/leaflet-0.7.5/leaflet.draw.js" charset="UTF-8"></script> <script type="text/javascript" src="./js/OpenLayers.js" charset="UTF-8"></script> <script type="text/javascript" src="./js/deprecated.js" charset="UTF-8"></script> <!--<script type="text/javascript" src="./js/importmap/webtis_v4.js"></script>--> <!--住所検索用用--> <script type="text/javascript" src="./js/importmap/muni.js" charset="UTF-8"></script> <script type="text/javascript" src="./js/importmap/GsiJsLibrary.js" charset="UTF-8"></script> <script type="text/javascript" src="./js/jquery.dataTables.js"></script> <script type="text/javascript" src="./js/jquery.tmpl.js"></script> <script type="text/javascript" src="./js/importmap/jquery.ba-postmessage.js" charset="UTF-8"></script> <!--アップロードデータ取得用--> <script type="text/javascript" src="./js/importmap/config_cs.js" charset="UTF-8"></script> <!--検索の詳細設定--> <script type="text/javascript" src="./js/importmap/cs.js" charset="UTF-8"></script> <!--検索パネル--> <script type="text/javascript" src="./js/importmap/popupwindow-1.8.1.js" charset="UTF-8"></script> <!--フローティングウィンドウをだす--> <script type="text/javascript" src="./js/importmap/TabbedPanels.js" charset="UTF-8"></script> <!--タブパネルの設置--> <script type="text/javascript" src="./js/importmap/changelayer.js" charset="UTF-8"></script> <!--レイヤ切り替え表示--> <script type="text/javascript" src="./js/importmap/dataset.js" charset="UTF-8"></script> <!-- <script type="text/javascript" src="./js/importmap/selectmap.js" charset="UTF-8"></script>--> <!--背景地図切り替え表示--> <script type="text/javascript" src="./js/importmap/clickMenu.js" charset="UTF-8"></script> <!--右クリックメニュー--> <script type="text/javascript" src="./js/importmap/printmap.js" charset="UTF-8"></script> <!--印刷プレビュー表示--> <script type="text/javascript" src="./js/importmap/jquery.blockUI.js" charset="UTF-8"></script> <!--処理中レイヤー表示用--> <!-- <script type="text/javascript" src="./js/importmap/sakuzu.js" charset="UTF-8"></script>--> <!--作図--> <script type="text/javascript" src="./js/importmap/gsimapmain.js" charset="UTF-8"></script> <script type="text/javascript" src="./js/maplibbase.js"></script> <script type="text/javascript" src="./js/maplib.js"></script> <script type="text/javascript" src="./js/jquery.pager.js"></script> <script type="text/javascript" src="./js/Questionnaire.js"></script> <script type="text/javascript" src="./js/maplibSearch.js"></script> <script type="text/javascript"> var BASICSEARCH_URL = '/basicSearchJson.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var SHOGEN_URL = '/specificationInfoList.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var MENU_URL = '/maplibSearchMenu.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var CSV_OUT = '/specificationInfoCsv.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var GAMEN2_URL = '/contents2gamenDisplay.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var CONTENTS_URL = '/contentsDisplay.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var CONTENTS_TAB_URL = '/contentsDisplayTab.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var DETAIL_URL = '/detailSearchJson.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var MAPLIBSEARCH_URL = '/maplibSearch.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var IMAGE_URL = '/contentsImageDisplay.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var PDF_URL = '/pdfView.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var ARTICLE_URL = 'article.html'; var SETTIME_INTERVAL = '500'; var ZOOMLEVEL = '5'; var QUESTIONNAIRE_URL = '/actionQuestionnaireSCR.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var ContentsFile_URL = '/contentsImage.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var CONTENTS_TITLE_URL = '/contentsTitle.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var SEARCH_CANDIDATE_URL = '/candidateListSearch.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var REFERENCE_RANGE_URL = '/referenceNumberRange.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var PRINT_URL = '/printImage.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; var KML_URL = '/KmlOutput.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F'; $(function() { hashChangeFirstTime = true; window.onbeforeunload = null; window.location.hash = "1"; window.location.hash = "2"; //again because google chrome don't insert first hash into history setMapPopulReadJSON(); window.onhashchange = function(e) { if (window.location.hash == "#2") { if (hashChangeFirstTime) { hashChangeFirstTime = false; } else { if (confirm('初期画面に戻ります。よろしいですか?\n (検索結果等もクリアされます)')) { //history.go(-2); location.href="maplibSearch.do"; } } } window.location.hash = "1"; } }); </script> </head> <body id="map" onload="styleSetting();" onresize="styleSetting();" style="height:100%"> <div id='glayLayer'></div> <div id="article_grayLayer"></div> <form name="mapSearchBaseForm" method="post" action="/maplibSearch.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F?r=234583563192778120" style="height:100%;"><div><input type="hidden" name="org.apache.struts.taglib.html.TOKEN" value="1a59eeb6e0f68e16c9c36d0515a3756c"></div> <!-- HEADER --> <div id="header"> <div id="maplib_header">     <a href="./maplibSearch.do"> <img src="./img/titlebar.png" class="header_logo" alt="" width="350px" height="55px"> </a> <div id="header_button"> <img src="./img/bullet_right.gif" class="header_menud" /> </div> <div id="menu_button"> <img src="./img/bullet_left.gif" class="menud" /> </div> <div id="maplib_header_link"> <ul id="mainNavi"> <!-- --> <li><a href="./article2.html" class="link" target="article2">利用規約</a></li> <li><a href="./information.html" class="link" target="other">お知らせ</a></li> <li><a href="./faq.html" class="link" target="other">よくあるご質問</a></li> <li><a href="http://net.jmc.or.jp/index.html" target="other" class="link" style="display : none">地図・空中写真の購入</a></li> <li><a href="javascript:void(0)" onclick="MaplibUtils.addFavorite();" class="link" style="display : none">お気に入り</a></li> <li><a href="http://www.gsi.go.jp/" class="link" target="disp3">地理院ホーム</a></li> </ul> <div > <ul id="mainNavi1"> <!--href="./help/help.htm" 2017\12\08 修正--> <li id="HelpLinkMenu">    <a href="javascript:void(0)" class="link2" onclick='HelpLinkMenu()'>使い方</a> <ul id="NaviLink2" > <li><a onclick="Help_OpenDialog('./help/mappshelp_photo.pdf')" href="javascript:void(0)">空中写真の検索・閲覧</a></li> <li><a onclick="Help_OpenDialog('./help/mappshelp_map.pdf')" href="javascript:void(0)">地図の検索・閲覧</a></li> <li><a onclick="Help_OpenDialog('./help/mappshelp_history.pdf')" href="javascript:void(0)">地形図・地勢図図歴閲覧</a></li> <li><a onclick="Help_OpenDialog('./help/mappshelp_register.pdf')" href="javascript:void(0)">謄抄本交付申請書の作成</a></li> </ul> </li> <li><a href="/actionCopyGrantApplyListBL.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F?r=6482580881325324570" target="disp2" style="display : none" class="link">謄抄本交付申請書作成</a></li> <li><a href="/actionOnestopApplyBL.do;jsessionid=8BA43413F752814B2AF7C5F74E32D44F?r=1211030835871573465" target="disp1" style="display : none" class="link">測量成果ワンストップサービス申請(複製・使用申請)</a></li> <!--<button class="big-black-button" type="button" style="height:25px;width:150px">地形図・地勢図図歴</button></li> --> <li><a href="history.html" class="link2" target="disp3">地形図・地勢図図歴</a> <li><a href="http://maps.gsi.go.jp/" class="link" target="disp3" style="display : none">地理院地図</a></li> </ul> </div> <div id="dialog-favorite-url" > <p > <span style="float:left; margin:0 7px 20px 0;"></span> <span id="copyMessage"></span> </p> <input type="text" id="favoriteUrl" style="width:490px"/> </div> </div> </div> <script> $(function() { $( "#dialog-favorite-url" ).dialog({ resizable: false, autoOpen: false, title: "お気に入り登録用URL", closeOnEscape: false, width: 520, modal: true, buttons: { "閉じる": function() { $( this ).dialog( "close" ); } }, open: function(event, ui) { $("#favoriteUrl").select(); } }); }); </script> </div> <!-- BODY --> <div id="maplib_body"> <div id="maplib_contentsmap" onclick="MapBody_Click()"></div> <!-- 検索メニュー  --> <div id="menu"> <div id="Left" style="z-index:2;"> <div id="maplib_menu"> <div id="faq"> <div class="question"> <h1>地名又は経緯度検索</h1> </div> <div class="answer" style="padding:8px 0;height:460px;"> <!-- <div id="outText" style="margin-left:10px">地名又は経緯度検索</div> --> <div id="cs_search" name="cs_search" style="width: 100%;"></div> </div> <!-- <div class="question"> <h1>緯度経度移動</h1> </div> <div class="answer"> <strong id="idokeidomessage"></strong> <div id="idokeidoblock"> <input type="radio" name="latlontype" value="choku" checked="checked" />度(10進入力)<br /> <fieldset> 緯度 <input type="text" id="lat" value="" size="30" maxlength="20" /><br /> 経度 <input type="text" id="lon" value="" size="30" maxlength="20" /> </fieldset> <input type="radio" name="latlontype" value="bunkatu" />度・分・秒(60進入力)<br /> <fieldset> 緯度 <input type="text" id="lat_degree" size="6" maxlength="3" value="" /> 度 <input type="text" id="lat_minute" size="5" maxlength="2" value="" /> 分 <input type="text" id="lat_second" size="3" value="" /> 秒 <br /> 経度 <input type="text" id="lon_degree" size="6" maxlength="3" value="" /> 度 <input type="text" id="lon_minute" size="5" maxlength="2" value="" /> 分 <input type="text" id="lon_second" size="3" value="" /> 秒 </fieldset> <fieldset> <div class="center"> <button class="gray-button" type="button" id="idokeido_action">移動</button> </div> </fieldset> </div> </div> --> <div class="question"> <h1>検索</h1> </div> <div class="answer" id="answer1"> 検索方法: <select name="selectedMaplibType" id="maplib_syubetsu_search"><option value="0" selected="selected">標準検索</option> <option value="1">公共測量地図</option> <option value="2">地形図・地勢図等</option> <option value="3">主題図</option> <option value="4">空中写真</option> <option value="5">国土基本図</option></select> <!-- メニューボディー部 --> <div class="" id="maplibsearch_menu_body"></div> </div> </div> </div> </div> </div> <!-- サムネイル領域 --> <div id="maplibbody_samuneile1"> </div> </div> <!-- ポップアップ領域 --> <div id="overLayer"><img src='./img/close.png' class='close' /> <!-- 2画面 --> <div id="popup_contents2gamen" class="popup"></div> <!-- コンテンツ一覧 --> <div id="popup_shogeninfo" class="popup"></div> <!-- コンテンツ写真 --> <div id="popup_contentsdisp" class="popup"></div> <!-- あいまい候補選択 --> <div id="popup_selectCandidate" class="popup"></div> </div> <div id="article_overLayer"> <div id="article"></div> </div> <div id="footer"> <p></p> </div> <!-- メッセージ用 --> <input type="hidden" name="isInside" value="false" id="isInsides"> <input type="hidden" name="maplibSearch2gamen" value="表示する画像を2つ選んでください。" id="infoMaplibSearch2gamen"> <input type="hidden" name="maplibSearchkeidoido" value="正しい緯度経度を入力してください。" id="errMaplibSearchkeidoido"> <input type="hidden" name="errSearverMsg" value="サーバーにエラーが発生しています。" id="errSearverMsgs"> <input type="hidden" id="favorite_error_msg" value="現在表示してる画面のURLです。コピーして使用してください。"/> <!-- メニュー領域に値渡し用 --> <div id="maplibbasehiddenarea"> <input type="hidden" name="adviceNumber" value=""> <input type="hidden" name="colorTypeArrStr" value=""> <input type="hidden" name="courseNumber" value=""> <input type="hidden" name="createOrganization" value=""> <input type="hidden" name="dataTypeArrStr" value=""> <input type="hidden" name="figureName" value=""> <input type="hidden" name="figureNameId" value=""> <input type="hidden" name="figureNameKana" value=""> <input type="hidden" name="isOnestop" value="false"> <input type="hidden" name="listNumber" value=""> <input type="hidden" name="oneStopApplicationDestinationCode" value=""> <input type="hidden" name="photoNumber" value=""> <input type="hidden" name="planningOrganization" value=""> <input type="hidden" name="referenceNumber" value=""> <input type="hidden" name="selectedEndScale" value="99999999"> <input type="hidden" name="selectedMapTypeForNationalLageScale" value=""> <input type="hidden" name="selectedMapTypeForOldEdition" value=""> <input type="hidden" name="selectedMapTypeForThematicMap" value=""> <input type="hidden" name="selectedMonthFrom" value=""> <input type="hidden" name="selectedMonthTo" value="12"> <input type="hidden" name="selectedRekiFrom" value=""> <input type="hidden" name="selectedRekiTo" value=""> <input type="hidden" name="selectedStartScale" value=""> <input type="hidden" name="selectedYearEraFrom" value=""> <input type="hidden" name="selectedYearEraTo" value="9999"> <input type="hidden" name="sheetNumber" value=""> <input type="hidden" name="dataTypeId" value="0"> <input type="hidden" name="cityCode" value=""> <input type="hidden" name="centerLat" value="37.391283368876"> <input type="hidden" name="centerLon" value="140.39032245101"> <input type="hidden" name="zoomLevel" value="5"> <input type="hidden" name="specificationId" value="0"> <input type="hidden" name="isApi" value="false"> <input type="hidden" name="apiMode" value=""> <input type="hidden" name="specificationIds" value=""> <input type="hidden" name="mapTypeName" value=""> <input type="hidden" name="mapTypeId" value="0"> <input type="hidden" name="linkMapArea" value="false"> <input type="hidden" name="isDispReferenceRange" value=""> </div> <!-- 検索詳細設定パネル表示↓--> <div id="config_cs" name="config_cs" style="position: absolute; width: 330px; left: 340px; top: 33px; background-color: white; display: none; z-index: 2"></div> <!-- 検索詳細設定パネル表示↑--> <!-- 印刷プレビュー表示↓--> <div id="printheader" style="display: none;" class="insatu"> <!--初期は非表示にしておく--> <div style="padding-left: 25px; padding-top: 10px;"> <img src="./img/titlebar.png" width="190px" height="38px" /> </div> <div style="position: absolute; top: 8px; left: 220px;" class="insatu"> <button type="button" name="" value="code" onclick="mainwindow();" style="font-size: 10px; height: 38px"> 元の画面<br />に戻る </button> </div> <div style="position: absolute; top: 18px; right: 210px; font-size: 13px;" class="insatu">用紙サイズ</div> <div id="printlink"> <div style="position: absolute; top: 10px; right: 170px; display: none;" class="insatu"> <a href="javascript:void(0);" onclick="tateprintA4();return false;" style="font-size: 13px;">A4縦</a> </div> <div style="position: absolute; top: 27px; right: 170px;" class="insatu"> <a href="javascript:void(0);" onclick="yokoprintA4();return false;" style="font-size: 13px;">A4横</a> </div> </div> <div style="position: absolute; top: 10px; right: 50px;"> <a href="javascript:window.print();" class="insatu"><img src="./image/insatu.png" width="55px" height="31px" border="0" /></a> </div> </div> <!-- 印刷プレビュー表示↑--> <!--印刷サイズメニューを表示するDIVここから--> <div id="showprintsize" style="cursor: default; position: absolute; width: 60px; right: 127px; top: 102px; display: none;z-index: 2"> <!--初期は非表示にしておく--> <table border='1' cellspacing='0' cellpadding='3' valign='center'> <tr> <td class='sizemenu' onmouseover='rollOver(this)' onmouseout='rollOut(this)' onclick='printmap(1);'><font size='-1'>A4縦</font></td> </tr> <tr> <td class='sizemenu' onmouseover='rollOver(this)' onmouseout='rollOut(this)' onclick='printmap(2);'><font size='-1'>A4横</font></td> </tr> <tr> <td class='sizemenu' onmouseover='rollOver(this)' onmouseout='rollOut(this)' onclick='printmap(3);'><font size='-1'>A3縦</font></td> </tr> <tr> <td class='sizemenu' onmouseover='rollOver(this)' onmouseout='rollOut(this)' onclick='printmap(4);'><font size='-1'>A3横</font></td> </tr> </table> </div> <!--印刷サイズメニューを表示するDIVここまで--> <!--この位置へのリンク表示DIVここから--> <div id="showlink" style="position: absolute; width: 300px; left: 350px; top: 100px; display: none; z-index: 2;"> <!--初期は非表示にしておく--> <table border="0" width="300" cellspacing="0" cellpadding="2" style="background-color: #CCCCCC"> <tr> <td style="width: 100%"> <table border="0" cellspacing="0" cellpadding="0" style="width: 100%; height: 200px;"> <tr> <td id="dragbarL" style="cursor: pointer; width: 100%; border: 1px #000000 solid; padding: 5px;" onmousedown="initializedragL(event)"><ilayer width="100%" onselectstart="return false"> <layer width="100%" onmouseover="dragswitch1=1;if (ns4) drag_dropns(showlink)" onmouseout="dragswitch1=0"> <span style="color: #000000; font-weight: bold;">この位置へのリンク</span> </layer> </ilayer> </td> </tr> <tr> <td style="padding: 4px; width: 100%; background-color: White; border: 1px #000000 solid;text-align:left"> 現在の表示を再現するためのURLは<br /> <div style='height: 5px;'></div> <textarea rows="2" id="urllink" name="urllink" cols="50" style="padding-left: 5px; font-size: 12px; border: 2px #6495ED solid; height: 50px;" onclick="this.focus();this.select()"></textarea> <br /> <div style='height: 5px;'></div><br /> <div style='height: 5px;'></div><br />メール等にこのURLを貼り付ければ、現在表示されている地図を知らせることができます。 </td> </tr> </table> </td> </tr> </table> </div> <!--この位置へのリンク表示DIVここまで--> <!--緯度、経度の表示DIVここから--> <div id="showcoordinate" style="position: absolute; width: 250px; left: 350px; top: 150px; display: none; z-index: 2;"> <!--初期は非表示にしておく--> <table border="0" width="250" cellspacing="0" cellpadding="2" style="background-color: #CCCCCC"> <tr> <td style="width: 100%"> <table border="0" cellspacing="0" cellpadding="0" style="width: 100%; height: 120px;"> <tr> <td id="dragbarC" style="cursor: pointer; width: 100%; border: 1px #000000 solid; padding: 5px;" onmousedown="initializedragC(event)"><ilayer width="100%" onselectstart="return false"> <layer width="100%" onmouseover="dragswitch1=1;if (ns4) drag_dropns(showcoordinate)" onmouseout="dragswitch1=0"> <span style="color: #000000; font-weight: bold;">この位置について</span> </layer> </ilayer> </td> </tr> <tr> <td style="padding: 4px; width: 100%; padding-left: 10px; background-color: White; border: 1px #000000 solid;"> 緯度 :<label><input type="text" name="showlat" id="showlat" readonly /></label><br /> <div style='height: 5px;'></div> 経度 :<label><input type="text" name="showlon" id="showlon" readonly /></label><br /> <div style='height: 5px;'></div> 十進表示:<label><input type="text" name="showlonlat" id="showlonlat" readonly /></label><br /> <div style='height: 5px;'></div> </td> </tr> </table> </td> </tr> </table> </div> <!--緯度、経度の表示DIVここまで--> <div id="sakuzuPalette" style="position: absolute; width: 175px; left: 350px; top: 100px; display: none; z-index: 2"></div> <!--初期は非表示にしておく--> <!--右クリックサブメニューの表示DIVここから--> <div id="submenu" style='cursor: default; display: none;'></div> <!--初期は非表示にしておく--> <!--右クリックサブメニューの表示DIVここまで--> <div id="sakuzu" name="sakuzu" style="width: 175px; height: 105px; font: bold 0.7em; display: none;"></div> <div id="selectmap" style="position:absolute; width:380px; right:100px; top:100px; z-index:2; display:none;"> <!--初期は非表示にしておく--> <table border="0" width="380" cellspacing="0" cellpadding="2" style="background-color: #CCCCCC"> <tr> <td style="width: 100%"> <table border="0" cellspacing="0" cellpadding="0" style="width: 100%; height: 200px;"> <tr> <td style="cursor: pointer; width: 100%; border: 1px #000000 solid; padding: 5px;"> <span style="color: #000000; font-weight: bold;">地図・写真の種類</span> </td> </tr> <tr> <td style="padding: 4px; width: 100%; padding-left: 10px; background-color: White; border: 1px #000000 solid;"> <div class="selmaptitle" style="text-align:left">地図</div> <table width="360" class="map_type_table"><tbody> <tr align="center"> <td> <a href="javascript:void(0);" class="sel" onclick="document.getElementById('25000_n').click()" ondblclick="changeMap('std',true);"> <img src="image/tmb_bas_n.png" border="0" width="50" height="50" title="標準地図" /> </a> </td> <td> <a href="javascript:void(0);" class="sel" onclick="document.getElementById('pale').click()" ondblclick="changeMap('pale',true);"> <img src="image/tmb_pal_n.png" border="0" height="50" width="50" title="淡色地図" /> </a> </td> <td> <a href="javascript:void(0);" class="sel" onclick="document.getElementById('blank').click()" ondblclick="changeMap('blank',true);"> <img src="image/icon_white.png" border="0" height="50" width="50" title="白地図" /> </a> </td> <td> <a href="javascript:void(0);" class="sel" onclick="document.getElementById('jaise').click()" ondblclick="changeMap('english',true);"> <img src="image/jaise.jpg" border="0" height="50" width="50" title="Romanized" /> </a> </td> </tr> <tr align="center"> <td style="white-space:nowrap;"> <label> <input type="radio" name="mediumkind" id="25000_n" onclick="changeMap('std');" style="vertical-align: middle;" checked="checked" />&nbsp;標準地図 </label> </td> <td style="white-space:nowrap;"> <label> <input type="radio" name="mediumkind" id="pale" onclick="changeMap('pale');" style="vertical-align: middle;" />&nbsp;淡色地図 </label> </td> <td style="white-space:nowrap;"> <label> <input type="radio" name="mediumkind" id="blank" onclick="changeMap('blank');" style="vertical-align: middle;" />&nbsp;白地図 </label> </td> <td style="white-space:nowrap;"> <label> <input type="radio" name="mediumkind" id="jaise" onclick="changeMap('english');" style="vertical-align: middle;" />&nbsp;Romanized </label> </td> </tr> </tbody></table> <br /> <div class="selmaptitle" style="text-align:left"> 写真<span style="font-size: 12px;">(※日本全域をカバーしていない場合があります。)</span> </div> <table width="360" class="map_type_table"> <tr> <td> <a href="javascript:void(0);" class="sel" onclick="document.getElementById('djbmo').click()" ondblclick="changeMap('ort',true);"> <img src="./image/djbmo.jpg" border="0" width="50" height="50" title="全国最新写真(シームレス)" /> </a> </td> <td width="240"></td> </tr> <tr> <td style="white-space:nowrap;"> <label> <input type="radio" name="mediumkind" id="djbmo" onclick="changeMap('ort');" style="vertical-align: middle;" />&nbsp;全国最新写真(シームレス) </label> </td> <td width="240"></td> </tr> </table> <br /> </td> </tr> </table> </td> </tr> </table> </div> <!--背景地図切り替えウィンドウ表示DIVここまで--> </form> <form method="post" action="/maplibapi/api/tokml" id="dummykml"> <input type="hidden" id="kmlcontents" name="content" value="" /> <input type="hidden" id="kmloutFmt" name="outFmt" value="kml" /> <input type="hidden" id="kmlfname" name="fname" value="maplib.kml" /> </form> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10