Skip to content

Commit

Permalink
comment out redIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
yuneko1127 committed May 22, 2024
1 parent c0dffd1 commit 4341d2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ import events from './Events'; // イベントデータをインポート

// カスタムアイコンの定義
// 画像のダウンロードサイト:https://icon-rainbow.com/%E3%83%9E%E3%83%83%E3%83%97%E3%83%94%E3%83%B3%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E7%B4%A0%E6%9D%90-3/
/*
const redIcon = new L.Icon({
iconUrl: 'images/red_pin.png', // 画像ファイルへのパス
iconSize: [38, 38], // アイコンのサイズ [幅, 高さ]
iconAnchor: [19, 38], // アイコンの中心の座標 [x, y]、デフォルトはアイコンの中心
});
*/
const blueIcon = new L.Icon({
iconUrl: 'images/blue_pin.png', // 画像ファイルへのパス
iconSize: [38, 38], // アイコンのサイズ [幅, 高さ]
Expand Down

0 comments on commit 4341d2b

Please sign in to comment.