diff --git a/map/Appn/japan.html b/map/Appn/japan.html new file mode 100644 index 0000000..47ad821 --- /dev/null +++ b/map/Appn/japan.html @@ -0,0 +1,22 @@ + + + + +japan + + + + + + + +

日本全体

+
+ + + + diff --git a/map/Appn/japan.js b/map/Appn/japan.js new file mode 100644 index 0000000..75d9880 --- /dev/null +++ b/map/Appn/japan.js @@ -0,0 +1,6 @@ +var mymap = L.map("mymap").setView([35.924645,140.009766], 5); +L.tileLayer('//cyberjapandata.gsi.go.jp/xyz/std/{z}/{x}/{y}.png', { + attribution: + '国土地理院' +}).addTo(mymap); +L.control.scale().addTo(mymap);