forked from MapComplete/MapComplete
Favourites: improve overview, update all features from OSM when loading
This commit is contained in:
parent
35f8b9d8f2
commit
56a23deb2d
10 changed files with 231 additions and 234 deletions
|
@ -397,13 +397,6 @@ export default class UserRelatedState {
|
|||
}
|
||||
if (tags[key + "-combined-0"]) {
|
||||
// A combined value exists
|
||||
console.log(
|
||||
"Trying to get a long preference for ",
|
||||
key,
|
||||
"with length value",
|
||||
tags[key],
|
||||
"as -combined-0 exists"
|
||||
)
|
||||
this.osmConnection.GetLongPreference(key, "").setData(tags[key])
|
||||
} else {
|
||||
this.osmConnection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue