forked from MapComplete/MapComplete
Themes(toilets): improve tagging of wheelchair accessible toilets, various fixes to make this possible
This commit is contained in:
parent
1e84c2cc4d
commit
089017b136
19 changed files with 617 additions and 223 deletions
|
|
@ -53,7 +53,7 @@ export default class FeaturePropertiesStore {
|
|||
public getStore(id: string): UIEventSource<Record<string, string>> {
|
||||
const store = this._elements.get(id)
|
||||
if (store === undefined) {
|
||||
console.error("PANIC: no store for", id)
|
||||
console.warn("PANIC: no properties store for", id)
|
||||
}
|
||||
return store
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue