<!DOCTYPE html> <html lang="ja"> <head> <link rel="shortcut icon" href="https://cyberjapandata.gsi.go.jp/favicon.ico" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title></title> <script type="text/javascript"> var vURL = "https://maps.gsi.go.jp"; var vURL_Site = "/index_pm.html?postmessage=1#18/31.375072/130.540581/&base=std&ls=std&disp=1&vs=c1j0h0k0l0u0t0z0r0s0m0f1"; var oMap = null; function Init(){ oMap = document.createElement("iframe"); oMap.style.display = "none"; EvtResize(); oMap.src = vURL + vURL_Site; oMap.onload = function(){ var oContent = oMap.contentWindow; var ClientMode = { baseUrl : null , location : null , LayerJS : null , sakuzuList : null , queryString : null }; ClientMode.sakuzuList = [{"fileName":"","visible":true,"features":[{"type":"Feature","properties":{"name":"鮗灘慍蜀�","_markerType":"Icon","_iconUrl":"https://maps.gsi.go.jp/portal/sys/v4/symbols/080.png","_iconSize":[20,20],"_iconAnchor":[10,10]},"geometry":{"type":"Point","coordinates":[130.540581,31.375083]}}]}]; oContent.postMessage(ClientMode, vURL); }; document.body.appendChild(oMap); }; function EvtResize(){ var w = window.innerWidth; var h = window.innerHeight; if(oMap != null){ oMap.style.width = w + "px"; oMap.style.height = h + "px"; if(oMap.style.display == "none"){ oMap.style.display = "block"; } } }; window.onload = function(){ document.body.style.margin = "0px"; document.body.style.padding = "0px"; document.body.style.overflow = "hidden"; Init(); } window.onresize = EvtResize; </script> </head> <body></body> </html>