diff --git a/koki/map.js b/koki/map.js index 2089548..6f7b43d 100644 --- a/koki/map.js +++ b/koki/map.js @@ -56,7 +56,7 @@ var x =L.latLng([38.919212, 139.828072]); console.log(latlng.distanceTo(x)); if (latlng.distanceTo(x) < 30) { - if stamp == false { + if stamp = false { alert("スタンプゲット!!"); stamp = true }