diff --git a/map4.js b/map4.js index f2d4876..4909451 100644 --- a/map4.js +++ b/map4.js @@ -81,9 +81,8 @@ console.log("EVデータ読み込み成功:", elevatorInfo); }); -// EV駅用の赤ピン(他のピンと同じシリーズ&同サイズ) const elevatorIcon = L.icon({ - iconUrl: "./img/marker-icon-red.png", + iconUrl: "./marker-icon-red.png", // ← map4.js と同じ場所の画像 shadowUrl: "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/images/marker-shadow.png", iconSize: [25, 41], iconAnchor: [12, 41],