{"id":66579,"date":"2018-10-18T12:00:00","date_gmt":"2018-10-18T03:00:00","guid":{"rendered":"http:\/\/V-CMS.library.local\/?page_id=66579"},"modified":"2024-01-17T16:51:31","modified_gmt":"2024-01-17T07:51:31","slug":"2%e4%b8%875%e5%8d%83%e5%88%86%e3%81%ae1%e3%83%bb5%e4%b8%87%e5%88%86%e3%81%ae1%e5%9c%b0%e5%bd%a2%e5%9b%b3%e6%89%80%e8%94%b5%e8%a9%b3%e7%b4%b0","status":"publish","type":"page","link":"https:\/\/www.library.pref.osaka.jp\/site\/central\/tpg-detail.html","title":{"rendered":"2\u4e075\u5343\u5206\u306e1\u30fb5\u4e07\u5206\u306e1\u5730\u5f62\u56f3\u6240\u8535\u8a73\u7d30"},"content":{"rendered":"\n<script type=\"text\/javascript\" src=\"https:\/\/www.library.pref.osaka.jp\/ssi\/js\/jquery.js\"><\/script>\n\n\n\n<script type=\"text\/javascript\">\nif (!Array.prototype.filter) {\n  Array.prototype.filter = function(fun \/*, thisp *\/) {\n    \"use strict\";\n\n    if (this == null) throw new TypeError();\n\n    var t = Object(this),\n        len = t.length >>> 0;\n\n    if (typeof fun != \"function\") throw new TypeError();\n\n    var res = [],\n        thisp = arguments[1];\n\n    for (var i = 0; i < len; i++) {\n      if (i in t) {\n        var val = t[i]; \/\/ fun \u304c this \u3092\u5909\u5316\u3055\u305b\u305f\u5834\u5408\u306b\u5099\u3048\u3066\n        if (fun.call(thisp, val, i, t)) res.push(val);\n      }\n    }\n\n    return res;\n  };\n}\n<\/script>\n\n\n\n<script type=\"text\/javascript\">\nfunction getUrlVars(){\n    var vars = [], hash;\n    var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');\n    for(var i = 0; i <hashes.length; i++)\n    {\n        hash = hashes[i].split('=');\n        vars.push(hash[0]);\n        vars[hash[0]] = hash[1];\n    }\n    return vars;\n}\n\nvar hash = getUrlVars();\n\nvar scale = hash['scale'];\nvar id = hash['ID'];\n\nif (scale == \"50000\"){\n\/\/-----------------  5\u4e07\u5206\u306e1  --------------------\n$(document).ready(function () {\n    $.getJSON( \"\/library\/json\/tpg50000.json\", function(data) {\n    \t\n    \tvar mapdata = data.tpg.Map.filter(function(item, index){\n\t\t  if (item.id == id) return true;\n\t\t});\n\n\t\t$(\"#tpg\").append(\"<h2>5\u4e07\u5206\u306e1\u5730\u5f62\u56f3\u6240\u8535\u8a73\u7d30<\/h2>\");\n\n\t\tif (mapdata.length == 1){\n\t\t\n\t\t\t$(\"#table\").append(\"<table id='tpgtable' cellspacing='0' cellpadding='5' border='1' width='400'>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<tr><td align=center nowrap  bgcolor='#1C7B00' colspan='2' height='50'><font color=#FFFFFF><B><span style='FONT-SIZE:150%'>5\u4e07\u5206\u306e1\u5730\u5f62\u56f3<\/span><\/B><\/font><\/td><\/tr>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<tr><th><span style='FONT-SIZE:120%'>\u5730\u56f3\u540d<\/span><\/th><td><b><span style='FONT-SIZE:120%'>\" + mapdata[0].mn + \"<\/span><\/b><\/td><\/tr>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<tr><th><span style='FONT-SIZE:120%'>\u5730\u56f3\u540d\u30e8\u30df<\/span><\/th><td><b><span style='FONT-SIZE:120%'>\" + mapdata[0].mnr + \"<\/span><\/b><\/td><\/tr>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<tr><th nowrap><span style='FONT-SIZE:120%'>\u5730\u5f62\u56f3\u756a\u53f7<\/span><\/th><td><b><span style='FONT-SIZE:120%'>\" + mapdata[0].nu + \"<\/span><\/b><\/td><\/tr>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<tr><th><span style='FONT-SIZE:120%'>\u5099\u8003<\/span><\/th><td><b><span style='FONT-SIZE:120%'>\" + mapdata[0].bi + \"<\/span><\/b><\/td><\/tr>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<TR><TD align='center' nowrap  bgcolor='#DCDCDC' colspan='2'><B><span style='FONT-SIZE:150%'>\u6e2c\u91cf\u5e74<\/span><\/B><\/TD><\/TR>\");\n\n\t        for(var j = 0; j < mapdata[0].sz.length; j++){\n\t        \tif (mapdata[0].sz[j].yb){\n\t        \t\t$(\"#tpgtable\").append(\"<tr><td colspan='2'><span style='FONT-SIZE:120%'>\" + parseInt(j+1) + \"\uff1a\" + mapdata[0].sz[j].ys + \"\uff08\" + mapdata[0].sz[j].yg + \"\u5e74\uff09\u3000\" + mapdata[0].sz[j].yb + \"<\/span><\/td><\/tr>\");\n\t            }else{\n\t            \t$(\"#tpgtable\").append(\"<tr><td colspan='2'><span style='FONT-SIZE:120%'>\" + parseInt(j+1) + \"\uff1a\" + mapdata[0].sz[j].ys + \"\uff08\" + mapdata[0].sz[j].yg + \"\u5e74\uff09<\/span><\/td><\/tr>\");\n\t            }\n\t        }\n\t        \n\t        $(\"#table\").append(\"<\/table>\");\n\t        \n\t    }else{\n\t    \t$(\"#table\").append(\"<p style='font-size:150%;'><strong>\u3053\u306e\u5730\u5f62\u56f3\u306e\u6240\u8535\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/strong><\/p><br \/><br \/>\");\n\t    }\n        \n    });\n});\n\/\/-------------------------------------------------------\n\n}else if (scale == \"25000\"){\n\/\/-----------------  2\u4e075\u5343\u5206\u306e1  --------------------\n$(document).ready(function () {\n    $.getJSON( \"\/library\/json\/tpg25000.json\", function(data) {\n    \t\n    \tvar mapdata = data.tpg.Map.filter(function(item, index){\n\t\t  if (item.id == id) return true;\n\t\t});\n\n\t\t$(\"#tpg\").append(\"<h2>2\u4e075\u5343\u5206\u306e1\u5730\u5f62\u56f3\u6240\u8535\u8a73\u7d30<\/h2>\");\n\n\t\tif (mapdata.length == 1){\n\t\t\n\t\t\t$(\"#table\").append(\"<table id='tpgtable' cellspacing='0' cellpadding='5' border='1' width='400'>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<tr><td align=center nowrap  bgcolor='#220099' colspan='2' height='50'><font color=#FFFFFF><B><span style='FONT-SIZE:150%'>2\u4e075\u5343\u5206\u306e1\u5730\u5f62\u56f3<\/span><\/B><\/font><\/td><\/tr>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<tr><th><span style='FONT-SIZE:120%'>\u5730\u56f3\u540d<\/span><\/th><td><b><span style='FONT-SIZE:120%'>\" + mapdata[0].mn + \"<\/span><\/b><\/td><\/tr>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<tr><th><span style='FONT-SIZE:120%'>\u5730\u56f3\u540d\u30e8\u30df<\/span><\/th><td><b><span style='FONT-SIZE:120%'>\" + mapdata[0].mnr + \"<\/span><\/b><\/td><\/tr>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<tr><th nowrap><span style='FONT-SIZE:120%'>\u5730\u5f62\u56f3\u756a\u53f7<\/span><\/th><td><b><span style='FONT-SIZE:120%'>\" + mapdata[0].nu + \"<\/span><\/b><\/td><\/tr>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<tr><th><span style='FONT-SIZE:120%'>\u5099\u8003<\/span><\/th><td><b><span style='FONT-SIZE:120%'>\" + mapdata[0].bi + \"<\/span><\/b><\/td><\/tr>\");\n\n\t\t\t$(\"#tpgtable\").append(\"<TR><TD align='center' nowrap  bgcolor='#DCDCDC' colspan='2'><B><span style='FONT-SIZE:150%'>\u6e2c\u91cf\u5e74<\/span><\/B><\/TD><\/TR>\");\n\n\t        for(var j = 0; j < mapdata[0].sz.length; j++){\n\t        \tif (mapdata[0].sz[j].yb){\n\t        \t\t$(\"#tpgtable\").append(\"<tr><td colspan='2'><span style='FONT-SIZE:120%'>\" + parseInt(j+1) + \"\uff1a\" + mapdata[0].sz[j].ys + \"\uff08\" + mapdata[0].sz[j].yg + \"\u5e74\uff09\u3000\" + mapdata[0].sz[j].yb + \"<\/span><\/td><\/tr>\");\n\t            }else{\n\t            \t$(\"#tpgtable\").append(\"<tr><td colspan='2'><span style='FONT-SIZE:120%'>\" + parseInt(j+1) + \"\uff1a\" + mapdata[0].sz[j].ys + \"\uff08\" + mapdata[0].sz[j].yg + \"\u5e74\uff09<\/span><\/td><\/tr>\");\n\t            }\n\t        }\n\t        \n\t        $(\"#table\").append(\"<\/table>\");\n\t        \n\t    }else{\n\t    \t$(\"#table\").append(\"<p style='font-size:150%;'><strong>\u3053\u306e\u5730\u5f62\u56f3\u306e\u6240\u8535\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/strong><\/p><br \/><br \/>\");\n\t    }\n        \n    });\n});\n\/\/-------------------------------------------------------\n};\n\n\n<\/script>\n\n<div id=\"tpg\"><\/div>\n\n<center>\n<div id=\"table\"><\/div>\n<\/center>\n\n\n\n<div>\n<p align=\"left\">\u203b\u6e2c\u91cf\u5e74\u306f\u3001\u5404\u5730\u5f62\u56f3\u306e\u6700\u7d42\u4fee\u6b63\u5e74\u3092\u63a1\u7528\u3057\u3066\u3044\u308b\u3002<\/p>\n\n<p align=\"left\"><img decoding=\"async\" alt=\"\u53f3\u77e2\u5370\" border=\"0\" src=\"\/uploaded\/library\/c-right-arrow.gif\" \/><a href=\"javascript:history.back()\">20\u4e07\u5206\u306e1\u533a\u5206\u56f3\u3078\u623b\u308b<\/a><\/p>\n\n<p align=\"left\"><img decoding=\"async\" alt=\"\u53f3\u77e2\u5370\" border=\"0\" src=\"\/uploaded\/library\/c-right-arrow.gif\" \/><a href=\"\/site\/central\/lib-map-tpg-index.html\">2\u4e075\u5343\u5206\u306e1\u30fb5\u4e07\u5206\u306e1\u5730\u5f62\u56f3\u7d22\u5f15\uff1c\u5168\u56fd\u56f3\uff1e\u3078\u623b\u308b<\/a><\/p>\n<\/div>\n\n<hr \/>\n<p>\u30fb<a href=\"https:\/\/geolib.gsi.go.jp\/\" target=\"_blank\" rel=\"noopener\">\uff08\u53c2\u8003\uff09\u56fd\u571f\u5730\u7406\u9662\u5730\u56f3\u300c\u5730\u7406\u7a7a\u9593\u60c5\u5831\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc\u300d<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u203b\u6e2c\u91cf\u5e74\u306f\u3001\u5404\u5730\u5f62\u56f3\u306e\u6700\u7d42\u4fee\u6b63\u5e74\u3092\u63a1\u7528\u3057\u3066\u3044\u308b\u3002 20\u4e07\u5206\u306e1\u533a\u5206\u56f3\u3078\u623b\u308b 2\u4e075\u5343\u5206\u306e1\u30fb5\u4e07\u5206\u306e1\u5730\u5f62\u56f3\u7d22\u5f15\uff1c\u5168\u56fd\u56f3\uff1e\u3078\u623b\u308b \u30fb\uff08\u53c2\u8003\uff09\u56fd\u571f\u5730\u7406\u9662\u5730\u56f3\u300c\u5730\u7406\u7a7a\u9593\u60c5\u5831\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc\u300d<\/p>\n","protected":false},"author":790,"featured_media":0,"parent":51801,"menu_order":18470,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_lmt_disableupdate":"","_lmt_disable":"","_themeisle_gutenberg_block_has_review":false,"footnotes":""},"acf":[],"_links":{"self":[{"href":"https:\/\/www.library.pref.osaka.jp\/index.php?rest_route=\/wp\/v2\/pages\/66579"}],"collection":[{"href":"https:\/\/www.library.pref.osaka.jp\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.library.pref.osaka.jp\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.library.pref.osaka.jp\/index.php?rest_route=\/wp\/v2\/users\/790"}],"replies":[{"embeddable":true,"href":"https:\/\/www.library.pref.osaka.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=66579"}],"version-history":[{"count":7,"href":"https:\/\/www.library.pref.osaka.jp\/index.php?rest_route=\/wp\/v2\/pages\/66579\/revisions"}],"predecessor-version":[{"id":71867,"href":"https:\/\/www.library.pref.osaka.jp\/index.php?rest_route=\/wp\/v2\/pages\/66579\/revisions\/71867"}],"up":[{"embeddable":true,"href":"https:\/\/www.library.pref.osaka.jp\/index.php?rest_route=\/wp\/v2\/pages\/51801"}],"wp:attachment":[{"href":"https:\/\/www.library.pref.osaka.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=66579"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}