Tweak icon
This commit is contained in:
parent
88f442968b
commit
6734755c15
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue