diff --git a/otanisys/maruike_gps.js b/otanisys/maruike_gps.js index 45416bc..1a3f5fd 100644 --- a/otanisys/maruike_gps.js +++ b/otanisys/maruike_gps.js @@ -127,7 +127,7 @@ function cheat() { all.textContent = "GPS取得完了"; tryWatchGPSstop(); - latlng = L.latLng([39.016904,139.908115]);//かどっこの湧水付近 + latlng = L.latLng([39.01874,139.909706]);//かどっこの湧水付近 // latlng = L.latLng([38.8933,139.8192]); //大学付近 marumap.panTo(latlng); // gpsmarker.setPopupContent( @@ -208,13 +208,13 @@ function two(){ if(localStorage.getItem(i)){ - array_layer[i].setPopupContent("

" + "2回目だよー" + "

").openPopup(); + array_layer[i].setPopupContent("

" + array_name[i] + "

" +"

" + "2回目だよー" + "

").openPopup(); } } function three(){ if(localStorage.getItem(i2)){ - array_layer[i].setPopupContent("

" + "3回目だよー" + "

").openPopup(); + array_layer[i].setPopupContent("

" + array_name[i] + "

" + "

" + "3回目だよー" + "

").openPopup(); } }