diff --git a/map/last/last-map.js b/map/last/last-map.js index 6a9a5b8..0c74f78 100644 --- a/map/last/last-map.js +++ b/map/last/last-map.js @@ -40,17 +40,17 @@ } }); - var point = 0; - function ClickEvent (e){ - point ++; - } - var msg = null; -msg.innerText = `残り ${point}秒`; +// var point = 0; +// function ClickEvent (e){ +// point ++; +// } +// var msg = null; +//msg.innerText = `残り ${point}秒`; // 3. Marker-Instanceに対して、.on('click', CallBackFunc) でClickイベントの関数を登録! - const siyakusyo = L.marker([38.91463864,139.83655262]).addTo(map).on('click', (e) => { - ClickEvent(e); - }); +// const siyakusyo = L.marker([38.91463864,139.83655262]).addTo(map).on('click', (e) => { +// ClickEvent(e); +// });