diff --git a/leaflet/index.html b/leaflet/index.html index bb2b9d1..c4a40fc 100644 --- a/leaflet/index.html +++ b/leaflet/index.html @@ -5,10 +5,7 @@ マップテスト - - - diff --git a/leaflet/index.js b/leaflet/index.js index 32553dc..b27a5ce 100644 --- a/leaflet/index.js +++ b/leaflet/index.js @@ -9,7 +9,7 @@ let threshold = 50; //50メートル以内に設定 let id,marker,circle; -// 目的地の設定 +// マーカーと緯度経度の設定 let a = L.marker([38.89232, 139.82221]).addTo(map); a = L.latLng(38.89232, 139.82221); let b = L.marker([38.89348, 139.81946]).addTo(map);