diff --git a/koki/map.js b/koki/map.js index 6f7b43d..0fd23f1 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 }