02 - マーカーを追加

学習内容: 地図上に位置を示すマーカーを追加します。

ポイント:

// マーカーを作成して地図に追加
const marker = L.marker([35.6812, 139.7671]).addTo(map);