diff --git a/Customizations/Layers/GhostBike.ts b/Customizations/Layers/GhostBike.ts index 7619533..89013b8 100644 --- a/Customizations/Layers/GhostBike.ts +++ b/Customizations/Layers/GhostBike.ts @@ -14,7 +14,7 @@ export class GhostBike extends LayerDefinition { " in the form of a white bicycle placed permanently near the accident location."; this.minzoom = 1; - this.icon = "./assets/bike.svg" + this.icon = "./assets/bike/ghost.svg" this.presets = [ { title: "Ghost bike", @@ -75,4 +75,4 @@ export class GhostBike extends LayerDefinition { }; } -} \ No newline at end of file +}