{"id":5597,"date":"2024-05-24T11:54:44","date_gmt":"2024-05-24T02:54:44","guid":{"rendered":"https:\/\/taitan916.info\/blog\/?p=5597"},"modified":"2024-03-28T13:00:36","modified_gmt":"2024-03-28T04:00:36","slug":"post-5597","status":"publish","type":"post","link":"https:\/\/taitan916.info\/blog\/archives\/5597","title":{"rendered":"Leaflet\u306b\u3066\u5730\u56f3\u3092\u5168\u753b\u9762(\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3)\u8868\u793a\u6a5f\u80fd\u3092\u8ffd\u52a0\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<p>Leaflet\u306b\u3066\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u5730\u56f3\u306b\u5168\u753b\u9762\u8868\u793a\u30dc\u30bf\u30f3\u304c\u8a2d\u7f6e\u3055\u308c\u3066\u3044\u308b\u30b5\u30a4\u30c8\u304c\u3042\u3063\u305f\u3002\u300c+(\u62e1\u5927)\u300d\u300c-(\u7e2e\u5c0f)\u300d\u30dc\u30bf\u30f3\u3060\u3068\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u8868\u793a\u3055\u308c\u308b\u3068\u601d\u3046\u3093\u3060\u3051\u3069\u3001\u5168\u753b\u9762\u8868\u793a\u306f\u3069\u3046\u3059\u308c\u3070\u3044\u3044\u306e\u304b\u8abf\u3079\u305f\u3068\u3053\u308d\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u5bfe\u5fdc\u3059\u308b\u307f\u305f\u3044\u3002\u4ee5\u4e0b\u306b\u30b5\u30f3\u30d7\u30eb\u3068\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u30e1\u30e2\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>Leaflet.fullscreen(\u30d7\u30e9\u30b0\u30a4\u30f3)<\/h2>\n<h3>GitHub<\/h3>\n<p><a href=\"https:\/\/github.com\/Leaflet\/Leaflet.fullscreen\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/Leaflet\/Leaflet.fullscreen<\/a><\/p>\n<h3>CDN<\/h3>\n<p>CDN\u3067\u4f7f\u3046\u5834\u5408\u306f\u4ee5\u4e0b\u3092\u8a18\u8ff0\u3059\u308b\u3002<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;script src='https:\/\/api.mapbox.com\/mapbox.js\/plugins\/leaflet-fullscreen\/v1.0.1\/Leaflet.fullscreen.min.js'&gt;&lt;\/script&gt;\r\n&lt;link href='https:\/\/api.mapbox.com\/mapbox.js\/plugins\/leaflet-fullscreen\/v1.0.1\/leaflet.fullscreen.css' rel='stylesheet' \/&gt;<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u30b5\u30f3\u30d7\u30eb<\/h2>\n<p><a href=\"https:\/\/taitan916.info\/sample\/leaflet.js\/plugin\/fullscreen\/\" target=\"_blank\" rel=\"noopener\">https:\/\/taitan916.info\/sample\/leaflet.js\/plugin\/fullscreen\/<\/a><\/p>\n<p>\u5de6\u4e0a\u306b\u5168\u753b\u9762\u8868\u793a\u30dc\u30bf\u30f3\u304c\u3042\u308a\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u5168\u753b\u9762\u8868\u793a\u3055\u308c\u308b\u7b48\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u5b9f\u88c5\u65b9\u6cd5<\/h2>\n<h3>\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;div id=\"map\"&gt;&lt;\/div&gt;\r\n\r\n&lt;link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/1.9.4\/leaflet.css\"\/&gt;\r\n&lt;script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/1.9.4\/leaflet.js\"&gt;&lt;\/script&gt;\r\n&lt;script src='https:\/\/api.mapbox.com\/mapbox.js\/plugins\/leaflet-fullscreen\/v1.0.1\/Leaflet.fullscreen.min.js'&gt;&lt;\/script&gt;\r\n&lt;link href='https:\/\/api.mapbox.com\/mapbox.js\/plugins\/leaflet-fullscreen\/v1.0.1\/leaflet.fullscreen.css' rel='stylesheet' \/&gt;\r\n&lt;script&gt;\r\nlet map;\r\nmap = L.map('map');\r\n\r\n\/\/\u4e2d\u5fc3\u306e\u7d4c\u5ea6\u7def\u5ea6\r\nconst center = ['35.681236', '139.767125'];\r\n\r\n\/\/\u30ba\u30fc\u30e0\u30ec\u30d9\u30eb\r\nvar zoom = 15;\r\n\r\n\/\/\u30de\u30c3\u30d7\u306e\u4e2d\u5fc3\u5730\u3068\u30ba\u30fc\u30e0\u30ec\u30d9\u30eb\u3092\u6307\u5b9a\r\nmap.setView(center, zoom);\r\n\r\nconst tileLayer = L.tileLayer('https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png',{\r\n    attribution: '\u00a9 &lt;a href=\"http:\/\/osm.org\/copyright\"&gt;OpenStreetMap&lt;\/a&gt;',\r\n    maxZoom: 19\r\n});\r\ntileLayer.addTo(map);\r\n\r\n\/\/\u5168\u753b\u9762\u8868\u793a\u8a2d\u5b9a\r\nmap.addControl(new L.Control.Fullscreen({\r\n    title: {\r\n        'false': '\u5168\u753b\u9762\u8868\u793a',\r\n        'true': '\u5143\u306b\u623b\u3059'\r\n    }\r\n}));\r\n&lt;\/script&gt;<\/pre>\n<h3>\u89e3\u8aac\u7b49<\/h3>\n<p>\u30d7\u30e9\u30b0\u30a4\u30f3\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u3092CDN\u547c\u3073\u51fa\u3057\u3057\u3001\u4ee5\u4e0b\u8a2d\u5b9a\u3092\u884c\u3046\u3068\u5168\u753b\u9762\u8868\u793a\u30dc\u30bf\u30f3\u304c\u8868\u793a\u3055\u308c\u308b\u7b48\u3002<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">\/\/\u5168\u753b\u9762\u8868\u793a\u8a2d\u5b9a\r\nmap.addControl(new L.Control.Fullscreen({\r\n    title: {\r\n        'false': '\u5168\u753b\u9762\u8868\u793a',\r\n        'true': '\u5143\u306b\u623b\u3059'\r\n    }\r\n}));<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u30d7\u30e9\u30b0\u30a4\u30f3\u306b\u95a2\u3057\u3066<\/h2>\n<p>\u4eca\u56de\u5229\u7528\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u4ee5\u5916\u306b\u3082\u69d8\u3005\u306a\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u3042\u308b\u6a21\u69d8\u3002\u4ee5\u4e0b\u8fba\u308a\u304c\u53c2\u8003\u306b\u306a\u308a\u305d\u3046\u3002<\/p>\n<p><a href=\"https:\/\/leafletjs.com\/plugins.html\" target=\"_blank\" rel=\"noopener\">https:\/\/leafletjs.com\/plugins.html<\/a><\/p>\n<p><a href=\"https:\/\/kita-note.com\/leaflet-plugin-all\" target=\"_blank\" rel=\"noopener\">https:\/\/kita-note.com\/leaflet-plugin-all<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Leaflet\u306b\u3066\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u5730\u56f3\u306b\u5168\u753b\u9762\u8868\u793a\u30dc\u30bf\u30f3\u304c\u8a2d\u7f6e\u3055\u308c\u3066\u3044\u308b\u30b5\u30a4\u30c8\u304c\u3042 ... <\/p>\n","protected":false},"author":1,"featured_media":5571,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[4],"tags":[101],"class_list":["post-5597","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript","tag-leaflet"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/5597","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/comments?post=5597"}],"version-history":[{"count":5,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/5597\/revisions"}],"predecessor-version":[{"id":5625,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/5597\/revisions\/5625"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media\/5571"}],"wp:attachment":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media?parent=5597"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/categories?post=5597"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/tags?post=5597"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}