diff --git a/map/Appn/koukyo.html b/map/Appn/koukyo.html new file mode 100644 index 0000000..7dad798 --- /dev/null +++ b/map/Appn/koukyo.html @@ -0,0 +1,21 @@ + + + +皇居 + + + + + + + +

皇居

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