diff --git a/terumap/overlay.js b/terumap/overlay.js index 5617d11..08b300f 100644 --- a/terumap/overlay.js +++ b/terumap/overlay.js @@ -1,6 +1,6 @@ -var maps= L.map("map").setView([38.891, 139.824], 10);//地図の中心の座標と16は中心線のズーム +var maps= L.map("map").setView([38.891, 139.824], 15);//地図の中心の座標と16は中心線のズーム L.tileLayer('//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution://地図はここから持ってきての指示 '© OpenStreetMap contributors' @@ -17,10 +17,10 @@ var tobishima = L.marker([38.913879, 139.829836]); -mi.bindPopup("定期船とびしま乗り場").addTo(maps); +tobishima.bindPopup("定期船とびしま乗り場").addTo(maps); var todai = L.marker([38.918675, 139.827464]);//;は終わりの意味をもつ -to.bindPopup("木造六角灯台").addTo(maps); +todai.bindPopup("木造六角灯台").addTo(maps); var egao = L.icon({ iconUrl:'egao.png', @@ -53,7 +53,7 @@ [39.184141, 139.54876], [39.184565, 139.551051], [39.184839, 139.555639], - [38.913879, 139.829836]], + [38.913819, 139.829756]], {weight:20}, ); katura.bindPopup("とびしま行きルート").addTo(maps);