forked from MapComplete/MapComplete
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:
parent
02c2e48293
commit
1ea285d303
5 changed files with 72 additions and 92 deletions
|
@ -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!");
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue