diff --git a/map2.html b/map2.html index c089f0d..9f55a09 100644 --- a/map2.html +++ b/map2.html @@ -77,7 +77,7 @@ if (nearest) { const nearestName = nearest.tags.name || "駅名不明"; document.getElementById("nearest").textContent = - `現在地から近い駅は「${nearestName}」です!`; + `現在地から近い駅は「${nearestName}駅」です!`; } }) .catch(err => {