We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b5e29a + 4135216 commit 8d52b3aCopy full SHA for 8d52b3a
1 file changed
src/app.ts
@@ -136,7 +136,7 @@ wsbtn.addEventListener("click", () => {
136
});
137
// 自動販売機のボタンの機能実装
138
const orangeIcon = L.icon({
139
- iconUrl: "/src/assets/marker-icon-orange.png",
+ iconUrl: "https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-2x-orange.png",
140
iconSize: [25,41],
141
iconAnchor: [12.5,41]
142
0 commit comments