forked from MapComplete/MapComplete
Favourites: tweaking overview; fix upload of properties
This commit is contained in:
parent
59090fdb39
commit
a350410520
6 changed files with 49 additions and 25 deletions
|
@ -109,7 +109,7 @@ export default class FavouritesFeatureSource extends StaticFeatureSource {
|
|||
if (!key.startsWith(FavouritesFeatureSource.prefix + id)) {
|
||||
continue
|
||||
}
|
||||
const propertyName = key.substring(minLength)
|
||||
const propertyName = key.substring(minLength).replaceAll("__", ":")
|
||||
properties[propertyName] = prefs[key]
|
||||
}
|
||||
return properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue