From 6734755c15fab7ceb439c44a3bd97e314da5c5db Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 22 Jul 2020 18:01:16 +0200 Subject: [PATCH] Tweak icon --- Customizations/Layers/BikeStations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customizations/Layers/BikeStations.ts b/Customizations/Layers/BikeStations.ts index 2fd80c2..62ceb20 100644 --- a/Customizations/Layers/BikeStations.ts +++ b/Customizations/Layers/BikeStations.ts @@ -24,7 +24,7 @@ export default class BikeStations extends LayerDefinition { constructor() { super(); this.name = Translations.t.cyclofix.station.name; - this.icon = "./assets/wrench.svg"; + this.icon = "./assets/bike/repair_station_pump.svg"; this.overpassFilter = new And([ new Tag("amenity", "bicycle_repair_station")