This commit is contained in:
parent
4250cc42db
commit
165d969c84
|
@ -1,12 +1,12 @@
|
||||||
import L from "leaflet"
|
import L from "leaflet"
|
||||||
|
|
||||||
var targetLocationIcon = L.icon({
|
var targetLocationIcon = L.icon({
|
||||||
iconUrl: "goal.svg",
|
iconUrl: "https://konulukonum.log101.dev/goal.svg",
|
||||||
iconSize: [32, 32],
|
iconSize: [32, 32],
|
||||||
})
|
})
|
||||||
|
|
||||||
var currentLocationIcon = L.icon({
|
var currentLocationIcon = L.icon({
|
||||||
iconUrl: "blue-dot.png",
|
iconUrl: "https://konulukonum.log101.dev/blue-dot.png",
|
||||||
iconSize: [32, 32],
|
iconSize: [32, 32],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user