Tweak icon

This commit is contained in:
Pieter Vander Vennet 2020-07-22 18:01:16 +02:00
parent 88f442968b
commit 6734755c15

View file

@ -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")