fix: More missing files commit

This commit is contained in:
Davide Passoni
2024-12-06 18:02:07 +01:00
parent db4e9870b0
commit 4278c6fa9a
6 changed files with 7 additions and 7 deletions

View File

@@ -66,8 +66,8 @@ import {
const bearingStrings = ["north", "north-east", "east", "south-east", "south", "south-west", "west", "north-west", "north"];
var pathIcon = new Icon({
iconUrl: "/vite/images/markers/marker-icon.png",
shadowUrl: "/vite/images/markers/marker-shadow.png",
iconUrl: "/images/markers/marker-icon.png",
shadowUrl: "/images/markers/marker-shadow.png",
iconAnchor: [13, 41],
});