forked from MapComplete/MapComplete
Fix roaming renderings, fix layout generation
This commit is contained in:
parent
2177db376c
commit
41582ec6a2
4 changed files with 4 additions and 4 deletions
|
@ -99,7 +99,7 @@ export default class LayerConfig {
|
|||
});
|
||||
}
|
||||
|
||||
this.tagRenderings = trs(json.tagRenderings);
|
||||
this.tagRenderings = trs(json.tagRenderings).concat(roamingRenderings);
|
||||
this.titleIcons = trs(json.titleIcons ?? ["wikipedialink","osmlink"]);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue