forked from MapComplete/MapComplete
Add doc generation
This commit is contained in:
parent
a13d282494
commit
0491b52642
7 changed files with 87 additions and 36 deletions
|
|
@ -106,7 +106,7 @@ export default class LayoutConfig {
|
|||
}
|
||||
|
||||
// @ts-ignore
|
||||
return new LayerConfig(layer, official,`${this.id}.layers[${i}]`)
|
||||
return new LayerConfig(layer,`${this.id}.layers[${i}]`, official)
|
||||
});
|
||||
|
||||
// ALl the layers are constructed, let them share tags in now!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue