forked from MapComplete/MapComplete
Fix back button; add title
This commit is contained in:
parent
6e77504854
commit
2f57010202
14 changed files with 115 additions and 43 deletions
|
@ -96,7 +96,6 @@ export default class LayoutConfig {
|
|||
if (shared === undefined) {
|
||||
throw "Unkown fixed layer " + name;
|
||||
}
|
||||
console.log("PREMERGE", layer, shared)
|
||||
// @ts-ignore
|
||||
layer = Utils.Merge(layer.override, shared);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue