From 39b7d3c64b6d2ccc815cd5a45ec80138069d0ec6 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 1 Aug 2020 00:00:09 +0200 Subject: [PATCH] Update GhostBike.ts Fix svg --- Customizations/Layers/GhostBike.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}