forked from MapComplete/MapComplete
Move hotel to 'tourism_accomodation', include hostels, fix #2070
This commit is contained in:
parent
fde4e24abe
commit
8277bd3a1c
34 changed files with 647 additions and 754 deletions
|
|
@ -36,6 +36,10 @@ export class AllKnownLayoutsLazy {
|
|||
return this.raw.get(key)
|
||||
}
|
||||
|
||||
public size(){
|
||||
return this.raw.size
|
||||
}
|
||||
|
||||
public get(key: string): LayoutConfig {
|
||||
const cached = this.dict.get(key)
|
||||
if (cached !== undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue