Add bike-other-shop into bikeshop layers, add sport shops to show up too (even if they don't sell bicycles)

This commit is contained in:
Pieter Vander Vennet 2020-09-16 02:40:44 +02:00
parent 02c2e48293
commit 1ea285d303
5 changed files with 72 additions and 92 deletions

View file

@ -140,7 +140,6 @@ export class OsmPreferences {
}
if (this.preferences.data[k] === v) {
console.log("Not updating preference", k, " to ", v, "not changed");
return;
}
console.log("Updating preference", k, " to ", Utils.EllipsesAfter(v, 15));
@ -155,7 +154,6 @@ export class OsmPreferences {
console.log("Could not remove preference", error);
return;
}
console.log("Preference ",k,"removed!");
});