diff --git a/map/last.js b/map/last.js index 51733ac..8b23ce0 100644 --- a/map/last.js +++ b/map/last.js @@ -35,7 +35,6 @@ gpsmarker.setLatLng(latlng).setPopupContent( "あと" + latlng.distanceTo(goul) + "m" ).openPopup(); - var goal = L.latlng(38.393033, 139.819066); //ゴールの変数 function loadItems(){ var req=new XMLHttpRequest(); @@ -91,5 +90,3 @@ // STOPボタンに停止を仕込む document.getElementById("stop").addEventListener("click", stopGPS); }, false); - -